We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49684d5 commit a7883efCopy full SHA for a7883ef
package.json
@@ -6,7 +6,7 @@
6
"license": "MIT",
7
"scripts": {
8
"build": "tsc -b",
9
- "watch": "tsc --watch",
+ "watch": "tsc -b --watch",
10
"clean": "tsc -b --clean && lerna clean --yes && lerna exec 'git clean -xdf lib' && git clean -xdf node_modules",
11
"commit": "node @commitlint/prompt-cli/cli.js",
12
"deps": "lerna run deps",
0 commit comments