Small change that allows running vscode-spring-boot npm install from git bash on Windows.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user