Skip to content

Commit

Permalink
Removed watch cli dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Apr 29, 2020
1 parent b73cb98 commit b1df0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"scripts": {
"build": "ncc build ./src/index.js && git add dist/ -f",
"watch": "watch \"npm run build\" ./src"
"watch": "ncc build ./src/index.js -w && git add dist/ -f"
},
"keywords": [
"github",
Expand Down

0 comments on commit b1df0e6

Please sign in to comment.