Remove precommit from npm scrips

This commit is contained in:
Dominik Prokop 2019-02-13 12:32:42 +01:00
parent 2542a43ec0
commit 4903b03d24

View File

@ -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"
},