|
5 | 5 | "description": "The deepest card game under the sea", |
6 | 6 | "scripts": { |
7 | 7 | "_lint": "vue-cli-service lint --ext .js,.ts,.vue .", |
8 | | - "build": "vue-cli-service build && cp ./client/public/favicon.ico ./assets", |
| 8 | + "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build && cp ./client/public/favicon.ico ./assets", |
9 | 9 | "test:unit": "vue-cli-service test:unit", |
10 | 10 | "lint": "npm run _lint -- --no-fix", |
11 | 11 | "lint:fix": "npm run _lint -- --fix", |
12 | 12 | "debug": "node debug app.js", |
13 | 13 | "e2e:client": "npx cypress run --config-file tests/cypress.config.js", |
14 | 14 | "e2e:gui": "cross-env ENABLE_VUE_DEVTOOLS=true npx cypress open --config-file tests/cypress.config.js", |
15 | | - "e2e:mockprod": "cross-env CUTTLE_ENV=production npm run e2e:server", |
| 15 | + "e2e:mockprod": "cross-env NODE_OPTIONS=--openssl-legacy-provider CUTTLE_ENV=production npm run e2e:server", |
16 | 16 | "e2e:server": "cross-env VUE_APP_API_URL=http://localhost:1337 npx cypress run --config-file tests/cypress.config.js", |
17 | 17 | "e2e:server:gui": "cross-env VUE_APP_API_URL=http://localhost:1337 npx cypress open --config-file tests/cypress.config.js", |
18 | 18 | "start": "node app.js", |
19 | 19 | "start:client": "cross-env ENABLE_VUE_DEVTOOLS=true vue-cli-service serve", |
20 | 20 | "start:dev": "concurrently \"npm run start:server\" \"npm run start:client\"", |
21 | 21 | "start:devtools": "vue-devtools", |
22 | | - "start:mockprod": "cross-env CUTTLE_ENV=production npm run build && CUTTLE_ENV=production npm run start:server", |
23 | | - "start:mockprod:tools": "concurrently \"cross-env NODE_ENV=dev ENABLE_VUE_DEVTOOLS=true npm run build && npm run start:server\" \"npm run start:devtools\"", |
| 22 | + "start:mockprod": "cross-env NODE_OPTIONS=--openssl-legacy-provider CUTTLE_ENV=production npm run build && CUTTLE_ENV=production npm run start:server", |
| 23 | + "start:mockprod:tools": "concurrently \"cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=dev ENABLE_VUE_DEVTOOLS=true npm run build && npm run start:server\" \"npm run start:devtools\"", |
24 | 24 | "start:server": "node app.js --inspect", |
25 | 25 | "storybook": "start-storybook -p 6006", |
26 | 26 | "build-storybook": "build-storybook" |
|
0 commit comments