Skip to content

Commit f4abbca

Browse files
authored
chore: adjust package.json scripts
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 3f7e933 commit f4abbca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"scripts": {
4848
"build": "vite build --mode production ",
4949
"dev": "vite build --mode development",
50-
"watch": "npm run dev:watch",
50+
"watch": "vite build --mode development --watch",
5151
"l10n:extract": "node build/extract-l10n.mjs",
5252
"lint": "eslint src",
5353
"lint:fix": "eslint src --fix",

0 commit comments

Comments
 (0)