Browse Source

Serve static folder with storybook

master
meriadec 7 years ago
parent
commit
4e4d62399c
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      package.json

2
package.json

@ -18,7 +18,7 @@
"publish-storybook": "bash ./scripts/publish-storybook.sh",
"release": "build",
"start": "bash ./scripts/start.sh",
"storybook": "start-storybook -p 4444"
"storybook": "start-storybook -s ./static -p 4444"
},
"lint-staged": {
"*.js": [

Loading…
Cancel
Save