mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
chore: 集成更多命令到build命令
This commit is contained in:
parent
54f67b9b74
commit
6c28231360
@ -322,7 +322,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"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",
|
||||
"compile": "tsc -p ./",
|
||||
"watch": "tsc -watch -p ./",
|
||||
|
Loading…
x
Reference in New Issue
Block a user