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 86da40b commit 439076eCopy full SHA for 439076e
package.json
@@ -17,8 +17,8 @@
17
"typings": "lib/index.d.ts",
18
"scripts": {
19
"clean": "rm -rf lib",
20
- "watch": "npm run clean && tsc -p . --watch",
21
- "transpile": "npm run clean && tsc -p .",
+ "watch": "yarn clean && tsc -p . --watch",
+ "transpile": "yarn clean && tsc -p .",
22
"tsc": "tsc"
23
},
24
"devDependencies": {
0 commit comments