Updating build output directory

This commit is contained in:
Jean Viscogliosi-Pate 2025-01-26 23:43:22 -08:00
parent 764662e5ec
commit 6945b78445
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
node_modules
src/content-script.js
*web-ext-artifacts/*
dist

View File

@ -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",