Skip to content

Commit

Permalink
added scripts for tiers - storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
lloan committed Jan 27, 2020
1 parent 6edcbe5 commit b43bd6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -18,7 +18,10 @@
"test": "jest || true",
"jest": "jest --watchAll",
"reset": "rm -rf src/ sass/ pages/ node_modules/ yarn.lock models/ lib/ email/ && git reset --hard && yarn install",
"storybook": "start-storybook -s ./public HOST=http://localhost:3000/ -p 6006 -c .storybook"
"storybook": "start-storybook -s ./public HOST=http://localhost:3000/ -p 6006 -c .storybook",
"sbdev": "start-storybook -s ./public HOST=http://localhost:6001/ -p 7001 -c .storybook",
"sbstg": "start-storybook -s ./public HOST=http://localhost:6002/ -p 7002 -c .storybook",
"sbprod": "start-storybook -s ./public HOST=http://localhost:6003/ -p 7003 -c .storybook"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
Expand Down

0 comments on commit b43bd6b

Please sign in to comment.