chore: cose

This commit is contained in:
Mattia Astorino 2022-12-01 17:51:03 +01:00
parent e461570d09
commit a679160e88
No known key found for this signature in database
GPG key ID: D5713A99B7005A59

View file

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