We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d848264 commit 7b86146Copy full SHA for 7b86146
package.json
@@ -6,7 +6,7 @@
6
"typings": "dist/src/index.d.ts",
7
"scripts": {
8
"build": "npm run clean && tsc",
9
- "clean": "node node_modules/shx/lib/shx rm -rf dist",
+ "clean": "shx rm -rf dist",
10
"tsc": "tsc",
11
"test": "npm run tsc && jasmine --config=./spec/support/jasmine.json"
12
},
0 commit comments