Updating build output directory
This commit is contained in:
parent
764662e5ec
commit
6945b78445
|
@ -1,3 +1,3 @@
|
|||
node_modules
|
||||
src/content-script.js
|
||||
*web-ext-artifacts/*
|
||||
dist
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"license": "GPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"test": "npx rollup -c && npx web-ext run -s src",
|
||||
"build": "npx rollup -c && npx web-ext build -s src --ignore-files replace-words.js -o"
|
||||
"build": "npx rollup -c && npx web-ext build -s src -a dist --ignore-files replace-words.js -o"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "28.0.2",
|
||||
|
|
Loading…
Reference in New Issue