We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc64218 commit 22489fdCopy full SHA for 22489fd
package.json
@@ -32,6 +32,7 @@
32
"clean": "npx rimraf node_modules package-lock.json && npm run setup",
33
"build": "grunt",
34
"build.all": "grunt test",
35
+ "dev": "tsc --watch",
36
"setup": "npm i --ignore-scripts --legacy-peer-deps && npm rebuild husky",
37
"test": "mocha --config=test/.mocharc.yml",
38
"postinstall": "node postinstall.js",
0 commit comments