chore: fixes postinstall script
This commit is contained in:
parent
cb68fdc5e3
commit
56521a9d0e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue