From 56521a9d0e23767d0e05d2d6cd8ddabbecd34b29 Mon Sep 17 00:00:00 2001 From: OctoD Date: Mon, 29 May 2017 09:30:00 +0200 Subject: [PATCH] chore: fixes postinstall script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51fe770..458e594 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "build-icons": "npm run remove-icons && npm run minimize-icons && gulp build:icons && npm run minimize-json", "build-themes": "gulp build:themes", "release": "npm run bump && npm run changelog", - "postinstall": "node ./node_modules/vscode/bin/instal", + "postinstall": "node ./node_modules/vscode/bin/install", "changelog": "gulp changelog", "bump": "gulp bump" },