Add storybook script to run it from root dir

This commit is contained in:
Dominik Prokop
2019-01-30 12:54:24 +01:00
parent a21f6777c1
commit d784accdec
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -116,7 +116,8 @@
"typecheck": "tsc --noEmit",
"jest": "jest --notify --watch",
"api-tests": "jest --notify --watch --config=tests/api/jest.js",
"precommit": "grunt precommit"
"precommit": "grunt precommit",
"storybook": "cd packages/grafana-ui && yarn storybook"
},
"husky": {
"hooks": {