mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-21 22:49:16 -05:00
put clean-deps script in every package
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"clean-deps": "rm -rf node_modules",
|
||||
"test": "NODE_ENV=test mocha --watch",
|
||||
"test-ci": "NODE_ENV=test mocha",
|
||||
"https": "node https.js",
|
||||
|
||||
Reference in New Issue
Block a user