Skip to content

Commit

Permalink
Simplify watch command for Firefox too
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBernardino committed Nov 3, 2023
1 parent ea05a6b commit 3caf246
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 @@ -5,7 +5,7 @@
"main": "build.js",
"private": true,
"scripts": {
"watch-firefox": "nodemon --ext js,json,css,html build.js firefox watch",
"watch-firefox": "nodemon build.js firefox watch",
"watch-chrome": "nodemon build.js chrome watch",
"build": "npm run build-firefox && npm run build-chrome",
"build-firefox": "node build.js firefox",
Expand Down

0 comments on commit 3caf246

Please sign in to comment.