From d60ee3761ad1543a5442ffde2c881eefabc8012d Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Sat, 24 Jun 2023 17:07:07 +0200 Subject: [PATCH] update start script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f3a2c2..f7e717e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "package": "vsce package --no-dependencies --githubBranch main", "prepare": "husky install", "publish": "vsce publish --no-dependencies --githubBranch main && ovsx publish", - "start": "esbuild src/index.ts --watch --bundle --platform=node --outfile=lib/extension.js --sourcemap --minify --external:vscode", + "start": "npm run build:code -- --watch", "test": "npm run lint", "vscode:prepublish": "npm run build" },