mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-20 23:28:42 -05:00
fix: stop deleting files on install
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"check-ts": "tsc --noEmit && yarn -s tslint",
|
||||
"clean-deps": "rimraf node_modules",
|
||||
"tslint": "tslint --config ../ts/tslint.json --project .",
|
||||
"clean": "rimraf './{src,test}/**/*.js'",
|
||||
"clean": "rimraf './{src,test}/**/*(!.stories).js'",
|
||||
"test": "yarn test-unit",
|
||||
"test-unit": "mocha -r @packages/ts/register --config ./test/.mocharc.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user