Skip to content

Commit

Permalink
Adds start scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
--skmvasu committed Jun 23, 2018
1 parent 9852d16 commit 69c5bac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom"
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit 69c5bac

Please sign in to comment.