Skip to content

Commit 100a2f3

Browse files
committed
Add a package:all helper script
1 parent e1a8ab1 commit 100a2f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"build": "plasmo build --source-maps --no-minify",
1313
"test": "cd test && pnpm test",
1414
"package": "plasmo package",
15+
"package:all": "pnpm build --target=chrome-mv3 && pnpm build --target=firefox-mv3 && pnpm package --target=chrome-mv3 && pnpm package --target=firefox-mv3",
1516
"format": "prettier --experimental-ternaries --write .",
1617
"build-dev-tools": "sh dev/build.sh"
1718
},
@@ -81,5 +82,6 @@
8182
"overrides": {
8283
"sharp": "0.33.4"
8384
}
84-
}
85+
},
86+
"packageManager": "[email protected]"
8587
}

0 commit comments

Comments
 (0)