From 8ece20f54bd71ffe178c75fd6ae0c40e441c641d Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:29:45 +0800 Subject: [PATCH] chore(ext): build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab84e4f..e238603 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "build": "npm run build:libs && npm run build:website", "build:libs": "npm run build --workspaces --if-present", "build:website": "npm run build:website --workspace=@page-agent/website", - "build:ext": "npm run build:libs && npm run build:ext -w @page-agent/ext", + "build:ext": "npm run build:libs && npm run zip -w @page-agent/ext", "version": "node scripts/sync-version.js", "version:ext": "node scripts/ext-version.js", "lint": "eslint .",