From 407f46d9d886cf588f4d1fbfca78f4ce6b5f6d65 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 20 Oct 2017 23:04:29 -0400 Subject: [PATCH] Changes git hook to prepush --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9a9dfc..883826c 100644 --- a/package.json +++ b/package.json @@ -2076,7 +2076,7 @@ "pub": "npm run clean && vsce publish", "reset": "npm run clean && npm install", "vscode:prepublish": "npm install --no-save && npm run compile", - "precommit": "npm run compile" + "prepush": "npm run compile" }, "dependencies": { "applicationinsights": "0.21.0",