diff --git a/.gitignore b/.gitignore index c4ad32a..af84b01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules src/content-script.js -*web-ext-artifacts/* +dist diff --git a/package.json b/package.json index cabcf68..000bdb8 100644 --- a/package.json +++ b/package.json @@ -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",