From 6945b784453cddbee58a271ff15d061a78ae77ae Mon Sep 17 00:00:00 2001 From: Jean Date: Sun, 26 Jan 2025 23:43:22 -0800 Subject: [PATCH] Updating build output directory --- .gitignore | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",