chore: update extension build

This commit is contained in:
Johnny
2025-04-09 00:02:27 +08:00
parent b658e782ca
commit b63955878d
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "An open source, self-hosted platform for sharing and managing your most frequently used links. Save and share your links very easily.", "description": "An open source, self-hosted platform for sharing and managing your most frequently used links. Save and share your links very easily.",
"scripts": { "scripts": {
"dev": "plasmo dev", "dev": "plasmo dev",
"build": "plasmo build", "build": "export PARCEL_WORKER_BACKEND=process && plasmo build",
"package": "plasmo package", "package": "plasmo package",
"lint": "eslint --ext .js,.ts,.tsx, src", "lint": "eslint --ext .js,.ts,.tsx, src",
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix" "lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"