mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-19 21:50:23 -06:00
fix(unified-desktop-gui branch): initial installation on windows (#18247)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"clean-deps": "rm -rf node_modules",
|
||||
"clean-deps": "rimraf node_modules",
|
||||
"https": "node https.js",
|
||||
"regenerate:certs": "cd ./test/helpers/certs && ./regenerate-certs.sh",
|
||||
"start": "node index.js",
|
||||
@@ -19,6 +19,7 @@
|
||||
"fs-extra": "8.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"node-forge": "0.10.0",
|
||||
"rimraf": "3.0.2",
|
||||
"semaphore": "1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user