From 99f153bf74944cbb1775b799f83531ec2d8b7a0f Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 20 Jan 2023 12:47:16 +0100 Subject: [PATCH] fix: builder not building for both things Signed-off-by: Avior --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d58947..15b58f7 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ ] }, "scripts": { - "vscode:prepublish": "tsc --project tsconfig.json", + "vscode:prepublish": "npm run build", "build": "npm run build:native && npm run build:browser", "build:browser": "node esbuild.js", "build:native": "tsc --project tsconfig.json",