We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7e933 commit f4abbcaCopy full SHA for f4abbca
1 file changed
package.json
@@ -47,7 +47,7 @@
47
"scripts": {
48
"build": "vite build --mode production ",
49
"dev": "vite build --mode development",
50
- "watch": "npm run dev:watch",
+ "watch": "vite build --mode development --watch",
51
"l10n:extract": "node build/extract-l10n.mjs",
52
"lint": "eslint src",
53
"lint:fix": "eslint src --fix",
0 commit comments