mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed Cypress from CI
refs 24af5ad0dd
CI is not working yet with Cypress atm.
This commit is contained in:
parent
24af5ad0dd
commit
68c2e6a30d
1 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
"build:combined": "node ./scripts/build-combined.js",
|
||||
"build:bundle": "webpack --config webpack.config.js",
|
||||
"test:ui": "react-scripts test",
|
||||
"test": "yarn test:ui --watchAll=false --coverage && yarn cypress:with-server",
|
||||
"test": "yarn test:ui --watchAll=false --coverage",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint src --ext .js --cache",
|
||||
"preship": "yarn lint",
|
||||
|
@ -50,7 +50,6 @@
|
|||
"prepublishOnly": "yarn build",
|
||||
"tailwind": "npx tailwindcss -i ./src/index.css -o ./public/main.css --watch --minify",
|
||||
"cypress:open": "cypress open",
|
||||
"cypress:with-server": "yarn start-server-and-test 'yarn start &>/dev/null' http://localhost:4000 cypress",
|
||||
"cypress": "cypress run"
|
||||
},
|
||||
"browserslist": {
|
||||
|
|
Loading…
Reference in a new issue