Skip to content

Commit 8ed87fe

Browse files
committed
1 parent 08fc88d commit 8ed87fe

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

package-lock.json

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dev:chrome": "plasmo dev --target=chrome-mv3",
1010
"dev:firefox": "plasmo dev --target=firefox-mv3",
1111
"type-check": "tsc --noEmit",
12-
"build:chrome": "tsc --noEmit && plasmo build --target=chrome-mv3 --zip",
13-
"build:firefox": "tsc --noEmit && plasmo build --target=firefox-mv3 --zip",
12+
"build:chrome": "tsc --noEmit && cross-env PARCEL_WORKER_BACKEND=process plasmo build --target=chrome-mv3 --zip",
13+
"build:firefox": "tsc --noEmit && cross-env PARCEL_WORKER_BACKEND=process plasmo build --target=firefox-mv3 --zip",
1414
"format": "prettier --write .",
1515
"format:check": "prettier --check .",
1616
"lint": "next lint --fix",
@@ -39,6 +39,7 @@
3939
"@types/react-dom": "^19.1.3",
4040
"@typescript-eslint/eslint-plugin": "^8.31.1",
4141
"autoprefixer": "^10.4.21",
42+
"cross-env": "^7.0.3",
4243
"eslint": "^9.26.0",
4344
"eslint-config-next": "^15.3.1",
4445
"eslint-config-prettier": "^10.1.2",

0 commit comments

Comments
 (0)