master 3.1.0
宇天 2021-07-05 17:54:57 +08:00
parent dfdaed18f6
commit ddd1302199
1 changed files with 1 additions and 1 deletions

View File

@ -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",