Skip to content

Commit b1df0e6

Browse files
committed
Removed watch cli dependency
1 parent b73cb98 commit b1df0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"scripts": {
66
"build": "ncc build ./src/index.js && git add dist/ -f",
7-
"watch": "watch \"npm run build\" ./src"
7+
"watch": "ncc build ./src/index.js -w && git add dist/ -f"
88
},
99
"keywords": [
1010
"github",

0 commit comments

Comments
 (0)