chore: 集成更多命令到build命令

This commit is contained in:
383514580 2019-12-29 16:34:34 +08:00
parent 54f67b9b74
commit 6c28231360

View File

@ -322,7 +322,7 @@
}, },
"scripts": { "scripts": {
"build:md": "node ./scripts/md.js", "build:md": "node ./scripts/md.js",
"build": "npm version patch && node ./scripts/genCommond.js && vsce package", "build": "npm run test:rules && npm version patch && node ./scripts/genCommond.js && vsce package && npm run build:md",
"vscode:prepublish": "npm run compile", "vscode:prepublish": "npm run compile",
"compile": "tsc -p ./", "compile": "tsc -p ./",
"watch": "tsc -watch -p ./", "watch": "tsc -watch -p ./",