Skip to content

Commit

Permalink
build(npm): add dev command
Browse files Browse the repository at this point in the history
runs storybook
  • Loading branch information
web-mech committed Dec 12, 2019
1 parent 5787a67 commit decbd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "VueJS Powered css-percentage-circle",
"main": "index.js",
"scripts": {
"dev": "npm run storybook",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
Expand Down

0 comments on commit decbd6e

Please sign in to comment.