From 84db176fa6163ae68ad8b4cdcc163739c3e02c2a Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Mon, 7 Dec 2020 07:01:53 +0100 Subject: [PATCH] npm script postinstall -> prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 168e644..4815ac4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test": "node ./src/tests/runTests.js", "watch": "webpack --mode development --watch", "vscode:prepublish": "webpack --mode production", - "postinstall": "husky install" + "prepare": "husky install" }, "activationEvents": [ "onLanguage:typescriptreact",