fix: pack cli
This commit is contained in:
parent
7787e115fe
commit
3620ba2916
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"build": "wxt build",
|
"build": "wxt build",
|
||||||
"build:firefox": "wxt build -b firefox",
|
"build:firefox": "wxt build -b firefox",
|
||||||
"pack": "cross-env NODE_ENV=production run-p pack:*",
|
"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",
|
"pack:firefox": "wxt zip -b firefox",
|
||||||
"lint": "eslint --fix --flag unstable_ts_config",
|
"lint": "eslint --fix --flag unstable_ts_config",
|
||||||
"clear": "rimraf .output",
|
"clear": "rimraf .output",
|
||||||
|
|
Loading…
Reference in a new issue