Skip to content

Commit 7b86146

Browse files
committed
- executing shx directly
Signed-off-by: JBBianchi <[email protected]>
1 parent d848264 commit 7b86146

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
@@ -6,7 +6,7 @@
66
"typings": "dist/src/index.d.ts",
77
"scripts": {
88
"build": "npm run clean && tsc",
9-
"clean": "node node_modules/shx/lib/shx rm -rf dist",
9+
"clean": "shx rm -rf dist",
1010
"tsc": "tsc",
1111
"test": "npm run tsc && jasmine --config=./spec/support/jasmine.json"
1212
},

0 commit comments

Comments
 (0)