From 4903b03d246b200e92beafca5e5ab417c51d170f Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Wed, 13 Feb 2019 12:32:42 +0100 Subject: [PATCH] Remove precommit from npm scrips --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7eb3c1dd1c3..72d3078568a 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,6 @@ "typecheck": "tsc --noEmit", "jest": "jest --notify --watch", "api-tests": "jest --notify --watch --config=tests/api/jest.js", - "precommit": "grunt precommit", "storybook": "cd packages/grafana-ui && yarn storybook", "themes:generate": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/generateSassVariableFiles.ts" },