From 23c85614138e946187f6e152f3cd800c6e5bae6c Mon Sep 17 00:00:00 2001 From: Riri Date: Thu, 28 Dec 2023 21:34:10 +0800 Subject: [PATCH] chore: update npm scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f06ca5d..aec98fb 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ }, "scripts": { "build": "tsup --external vscode", - "dev": "nr build --watch", + "dev": "pnpm run build --watch", "lint": "eslint .", "vscode:prepublish": "nr build", "publish": "vsce publish",