Skip to content

Commit a7883ef

Browse files
committed
chore: fix watch command
1 parent 49684d5 commit a7883ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"build": "tsc -b",
9-
"watch": "tsc --watch",
9+
"watch": "tsc -b --watch",
1010
"clean": "tsc -b --clean && lerna clean --yes && lerna exec 'git clean -xdf lib' && git clean -xdf node_modules",
1111
"commit": "node @commitlint/prompt-cli/cli.js",
1212
"deps": "lerna run deps",

0 commit comments

Comments
 (0)