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 cafd60a commit 3107377Copy full SHA for 3107377
script/package.ts
@@ -5,9 +5,9 @@ execSync("npm run build");
5
6
console.log("Packaging for Chrome...");
7
process.chdir("dist/chrome");
8
-execSync(`npx web-ext build --artifacts-dir "../../web-ext-artifacts/manifestV2"`);
+execSync(`npx web-ext build --artifacts-dir "../../web-ext-artifacts/manifestV3"`);
9
10
console.log("Packaging for Firefox...");
11
process.chdir("../firefox");
12
-execSync(`npx web-ext build --artifacts-dir "../../web-ext-artifacts/manifestV3"`);
+execSync(`npx web-ext build --artifacts-dir "../../web-ext-artifacts/manifestV2"`);
13
console.log("Done.");
0 commit comments