Skip to content

Commit 3e04598

Browse files
author
Kevin Groat
committed
added ts dir to clean
1 parent 02eb4e3 commit 3e04598

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
@@ -19,7 +19,7 @@
1919
"build_file": "dist/testdouble.js"
2020
},
2121
"scripts": {
22-
"clean": "rimraf dist lib coverage",
22+
"clean": "rimraf dist lib coverage ts",
2323
"postclean": "mkdirp dist",
2424
"compile:browser": "cross-conf-env browserify src/index.ts --standalone td --outfile $npm_package_config_build_file -p tsify -p headerify",
2525
"compile:node": "tsc --project ./tsconfig.node.json",

0 commit comments

Comments
 (0)