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 6b58a5c commit 37bb418Copy full SHA for 37bb418
package.json
@@ -171,7 +171,6 @@
171
"vscode:prepublish": "webpack --mode production",
172
"compile": "webpack --mode none",
173
"watch": "webpack --mode none --watch --info-verbosity verbose",
174
- "postinstall": "node ./node_modules/vscode/bin/install",
175
"tslint": "tslint -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
176
"tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
177
"push-tag": "git tag -a $npm_package_version -m \"Version $npm_package_version\" && git push origin $npm_package_version"
0 commit comments