From 3caf24674a436d018ffa619970ee1a2f2c4c32b9 Mon Sep 17 00:00:00 2001 From: Bruno Bernardino Date: Fri, 3 Nov 2023 11:45:31 +0000 Subject: [PATCH] Simplify watch command for Firefox too --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a27dae..edf83dc 100644 --- a/package.json +++ b/package.json @@ -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",