diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml index 08aa492c..c9ec0d4a 100644 --- a/.github/workflows/test-frontend.yml +++ b/.github/workflows/test-frontend.yml @@ -20,7 +20,7 @@ jobs: - run: sudo apt-get install -y rtorrent - - run: sudo npm i -g wait-on + - run: sudo npm i -g wait-on cypress - run: npm ci - run: npm run build diff --git a/package.json b/package.json index 9eca35fe..d6ea8493 100644 --- a/package.json +++ b/package.json @@ -201,10 +201,6 @@ "yargs": "^16.0.3", "zod": "^1.11.9" }, - "optionalDependencies": { - "cypress": "^5.4.0", - "start-server-and-test": "^1.11.5" - }, "eslintConfig": { "extends": "react-app" },