From b63955878d4fcf2e970288e8149d3dd0b77eb90f Mon Sep 17 00:00:00 2001 From: Johnny Date: Wed, 9 Apr 2025 00:02:27 +0800 Subject: [PATCH] chore: update extension build --- frontend/extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/extension/package.json b/frontend/extension/package.json index c470b12..7f9c958 100644 --- a/frontend/extension/package.json +++ b/frontend/extension/package.json @@ -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.", "scripts": { "dev": "plasmo dev", - "build": "plasmo build", + "build": "export PARCEL_WORKER_BACKEND=process && plasmo build", "package": "plasmo package", "lint": "eslint --ext .js,.ts,.tsx, src", "lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"