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 ea61edf commit c81b42bCopy full SHA for c81b42b
package.json
@@ -4,7 +4,7 @@
4
"web-ext": "*"
5
},
6
"scripts": {
7
- "build": "web-ext build --overwrite-dest",
+ "build": "web-ext build",
8
"run": "web-ext run",
9
"check": "web-ext lint && biome check"
10
}
web-ext-config.mjs
@@ -0,0 +1,5 @@
1
+export default {
2
+ build: {
3
+ overwriteDest: true,
+ },
+};
0 commit comments