mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 14:00:22 -05:00
add dependency check pre-condition to all packages (#2580)
This commit is contained in:
@@ -5,14 +5,17 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"postinstall": "echo '@packages/example needs: npm run build'",
|
||||
"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 && npm run lint",
|
||||
"test": "cross-env NODE_ENV=test mocha",
|
||||
"test-e2e": "cypress run",
|
||||
"prebuild": "npm run check-deps-pre",
|
||||
"build": "node ./bin/build.js && gulp build",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gulp deploy",
|
||||
"lint": "bin-up eslint --fix *.js bin/*.js lib/*.js test/*.js",
|
||||
"pretest": "npm run lint"
|
||||
"lint": "bin-up eslint --fix *.js bin/*.js lib/*.js test/*.js"
|
||||
},
|
||||
"files": [
|
||||
"cypress",
|
||||
|
||||
Reference in New Issue
Block a user