Browse Source

Remove precommit from npm scrips

Dominik Prokop 6 years ago
parent
commit
4903b03d24
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package.json

+ 0 - 1
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"
   },