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 ca89aa9 commit 1728d69Copy full SHA for 1728d69
package.json
@@ -18,8 +18,9 @@
18
"typings": "lib/index.d.ts",
19
"scripts": {
20
"postinstall": "typings install",
21
- "watch": "rm -rf lib && tsc -p . --watch",
22
- "transpile": "rm -rf lib && tsc -p ."
+ "clean": "rm -rf lib",
+ "watch": "npm run clean && tsc -p . --watch",
23
+ "transpile": "npm run clean && tsc -p ."
24
},
25
"devDependencies": {
26
"typescript": "^2.0.3",
0 commit comments