From e15b1392405f566cf73fa045e0d5a4951693e6d4 Mon Sep 17 00:00:00 2001 From: abchen Date: Fri, 5 Apr 2024 19:50:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(scripts):=20=E4=BF=AE=E5=A4=8Dnpm?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=91=BD=E4=BB=A4=E4=B8=A2=E5=A4=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f66bfd..b3c8a41 100644 --- a/package.json +++ b/package.json @@ -283,7 +283,7 @@ ] }, "scripts": { - "vscode:prepublish": "yarn compile", + "vscode:prepublish": "yarn build", "build": "webpack", "watch": "webpack --watch", "package": "cp -r src/templates ./out &&webpack --mode production --devtool hidden-source-map",