We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248ba67 commit aae3454Copy full SHA for aae3454
package.json
@@ -204,7 +204,8 @@
204
"postinstall": "node ./node_modules/vscode/bin/install",
205
"test": "npm run compile && node ./node_modules/vscode/bin/test",
206
"tslint": "tslint -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
207
- "tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'"
+ "tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
208
+ "push-tag": "git tag -a $npm_package_version -m \"Version $npm_package_version\" && git push origin $npm_package_version"
209
},
210
"devDependencies": {
211
"@types/mocha": "^2.2.46",
0 commit comments