From 68c2e6a30db112ddddbcdebcfab776fa297c5a1a Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Fri, 9 Sep 2022 17:32:57 +0200 Subject: [PATCH] Removed Cypress from CI refs https://github.com/TryGhost/comments-ui/commit/24af5ad0dd56f6cb0da751d4406fede17a58f416 CI is not working yet with Cypress atm. --- apps/comments-ui/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/comments-ui/package.json b/apps/comments-ui/package.json index fa3397c6c0..20de13f638 100644 --- a/apps/comments-ui/package.json +++ b/apps/comments-ui/package.json @@ -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": {