chore: fixes postinstall script

This commit is contained in:
OctoD 2017-05-29 09:30:00 +02:00
parent cb68fdc5e3
commit 56521a9d0e

View file

@ -31,7 +31,7 @@
"build-icons": "npm run remove-icons && npm run minimize-icons && gulp build:icons && npm run minimize-json", "build-icons": "npm run remove-icons && npm run minimize-icons && gulp build:icons && npm run minimize-json",
"build-themes": "gulp build:themes", "build-themes": "gulp build:themes",
"release": "npm run bump && npm run changelog", "release": "npm run bump && npm run changelog",
"postinstall": "node ./node_modules/vscode/bin/instal", "postinstall": "node ./node_modules/vscode/bin/install",
"changelog": "gulp changelog", "changelog": "gulp changelog",
"bump": "gulp bump" "bump": "gulp bump"
}, },