chore: cose
This commit is contained in:
parent
e461570d09
commit
a679160e88
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@
|
|||
"build:generate-themes": "node dist/scripts/generator/index.js",
|
||||
"build:ts": "tsc -p ./tsconfig.json && ncp dist/src/ build && ncp material-theme.config.json build",
|
||||
"postinstall": "node ./node_modules/vscode/bin/install && tsc -p tsconfig.json",
|
||||
"release": "git pull && standard-version --sign --release-as minor && git push --follow-tags",
|
||||
"release:patch": "git pull && standard-version --sign --release-as patch && git push --follow-tags",
|
||||
"release:major": "git pull && standard-version --sign -release-as major && git push --follow-tags"
|
||||
"release": "git pull && standard-version --release-as minor && git push --follow-tags",
|
||||
"release:patch": "git pull && standard-version --release-as patch && git push --follow-tags",
|
||||
"release:major": "git pull && standard-version -release-as major && git push --follow-tags"
|
||||
},
|
||||
"categories": [
|
||||
"Themes",
|
||||
|
|
Loading…
Reference in a new issue