From ddd1302199b832ffee41c1779c1608e8053c33ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Mon, 5 Jul 2021 17:54:57 +0800 Subject: [PATCH] update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f82697..e869fa6 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "yutent" ], "scripts": { - "start": "esbuild entry.js --bundle --outfile=index.js --external:vscode --format=cjs --platform=node", + "start": "esbuild index.js --bundle --outfile=out.js --external:vscode --format=cjs --platform=node", "vscode:prepublish": "npm start -- --minify" }, "license": "MIT",