Small change that allows running vscode-spring-boot npm install from git bash on Windows.

This commit is contained in:
Kris De Volder
2018-03-02 11:28:34 -08:00
parent f49c582f95
commit 8c3af141cd

View File

@@ -75,7 +75,7 @@
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "npm run compile && node ./node_modules/vscode/bin/test",
"preinstall": "./scripts/preinstall.sh",
"preinstall": "bash ./scripts/preinstall.sh",
"vsce-package": "vsce package"
},
"dependencies": {