chore: vsce package --yarn

This commit is contained in:
any86 2020-04-29 13:28:36 +08:00
parent dad4310eae
commit 6ce9975541

View File

@ -6,7 +6,7 @@
"version": "0.3.2",
"scripts": {
"build:md": "node ./scripts/md.js",
"build": "npm run test:rules && npm version patch && node ./scripts/genCommond.js && vsce package && npm run build:md",
"build": "npm run test:rules && npm version patch && node ./scripts/genCommond.js && vsce package --yarn && npm run build:md",
"vscode:prepublish": "npm run compile",
"compile": "webpack --mode production",
"watch": "tsc -watch -p ./",