fix: stop deleting files on install

This commit is contained in:
ElevateBart
2022-02-26 15:05:12 -06:00
parent 6cc047e227
commit 9de5be4e4e
+1 -1
View File
@@ -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"
},