Add deploy storybook to github package

This commit is contained in:
2018-07-09 19:30:56 +05:30
parent 29f9ac7549
commit 2846adc5c8
3 changed files with 334 additions and 18 deletions
+6 -1
View File
@@ -23,7 +23,7 @@
"kind": "build",
"isDefault": true
},
"problemMatcher":[]
"problemMatcher": []
},
{
"type": "npm",
@@ -54,6 +54,11 @@
"problemMatcher": [
"$eslint-stylish"
]
},
{
"type": "npm",
"script": "deploy-storybook",
"problemMatcher": []
}
]
}