mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-27 02:14:36 -05:00
add dependency check pre-condition to all packages (#2580)
This commit is contained in:
@@ -4,9 +4,14 @@
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prestart": "npm run check-deps-pre",
|
||||
"start": "node index.js",
|
||||
"check-deps": "node ../../scripts/check-deps.js --verbose",
|
||||
"check-deps-pre": "npm run check-deps -- --prescript",
|
||||
"clean-deps": "rm -rf node_modules",
|
||||
"pretest": "npm run check-deps-pre",
|
||||
"test": "cross-env NODE_ENV=test bin-up mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json",
|
||||
"pretest-watch": "npm run check-deps-pre",
|
||||
"test-watch": "cross-env NODE_ENV=test bin-up mocha --watch",
|
||||
"https": "node https.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user