Skip to content

Commit

Permalink
fix: pack cli
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Sep 27, 2024
1 parent 7787e11 commit 3620ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"pack": "cross-env NODE_ENV=production run-p pack:*",
"pack:chrome": "wxt zip -b firefox",
"pack:chrome": "wxt zip -b chrome",
"pack:firefox": "wxt zip -b firefox",
"lint": "eslint --fix --flag unstable_ts_config",
"clear": "rimraf .output",
Expand Down

0 comments on commit 3620ba2

Please sign in to comment.