Skip to content

Commit 37bb418

Browse files
committed
Remove old vscode scripts
vscode is no longer a devDependency, since it has been split into types and a test package, see https://code.visualstudio.com/updates/v1_36#_splitting-vscode-package-into-typesvscode-and-vscodetest This is a leftover from using the testing stuff in it, which we don't use anyway
1 parent 6b58a5c commit 37bb418

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@
171171
"vscode:prepublish": "webpack --mode production",
172172
"compile": "webpack --mode none",
173173
"watch": "webpack --mode none --watch --info-verbosity verbose",
174-
"postinstall": "node ./node_modules/vscode/bin/install",
175174
"tslint": "tslint -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
176175
"tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
177176
"push-tag": "git tag -a $npm_package_version -m \"Version $npm_package_version\" && git push origin $npm_package_version"

0 commit comments

Comments
 (0)