Skip to content

Commit 52c130f

Browse files
committed
add dev folder into clean-up script
1 parent e518081 commit 52c130f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"mocha": "mocha test/**/*.test.ts --require ts-node/register",
1010
"autoformat": "prettier --config .prettierrc --write {src,test}/**/*.ts",
1111
"tslint-check": "tslint-config-prettier-check ./tslint.json",
12-
"clean-up": "rimraf .nyc_output && rimraf coverage && rimraf lib",
12+
"clean-up": "rimraf .nyc_output && rimraf coverage && rimraf lib && rimraf dev",
1313
"compile:src": "tsc -d",
1414
"compile:test": "tsc -p tsconfig.test.json -d",
1515
"prepare": "npm run clean-up && compile:src",

0 commit comments

Comments
 (0)