Skip to content

Commit f787756

Browse files
committed
Remove cypress from shell dependencies
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
1 parent fb363f2 commit f787756

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

shell/package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
"dev": "./node_modules/.bin/vue-cli-service dev",
2121
"build": "./node_modules/.bin/vue-cli-service build",
2222
"analyze": "./node_modules/.bin/vue-cli-service build --report",
23-
"start": "./node_modules/.bin/vue-cli-service start",
24-
"cy:run": "cypress run",
25-
"cy:open": "cypress open",
26-
"e2e:pre": "NODE_ENV=dev yarn build",
27-
"e2e:run": "NODE_ENV=dev START_SERVER_AND_TEST_INSECURE=1 start-server-and-test start https://localhost:8005/ cy:run",
28-
"e2e:dev": "start-server-and-test dev https://localhost:8005 cy:open"
23+
"start": "./node_modules/.bin/vue-cli-service start"
2924
},
3025
"dependencies": {
3126
"@aws-sdk/client-ec2": "3.1041.0",
@@ -69,7 +64,6 @@
6964
"css-loader": "6.7.3",
7065
"csv-loader": "3.0.3",
7166
"custom-event-polyfill": "^1.0.7",
72-
"cypress": "11.1.0",
7367
"d3": "7.3.0",
7468
"d3-selection": "3.0.0",
7569
"dayjs": "1.11.18",
@@ -82,7 +76,6 @@
8276
"eslint-config-standard": "16.0.3",
8377
"eslint-import-resolver-node": "0.3.9",
8478
"eslint-module-utils": "2.6.1",
85-
"eslint-plugin-cypress": "2.12.1",
8679
"eslint-plugin-import": "2.32.0",
8780
"eslint-plugin-jest": "24.4.0",
8881
"eslint-plugin-n": "15.2.0",
@@ -118,7 +111,6 @@
118111
"sass-loader": "12.6.0",
119112
"serve-static": "1.14.1",
120113
"shell-quote": "1.7.3",
121-
"start-server-and-test": "2.0.10",
122114
"style-loader": "1.2.1",
123115
"typescript": "5.6.3",
124116
"ufo": "0.7.11",

0 commit comments

Comments
 (0)