Skip to content

Commit

Permalink
fix(PROJECT-package.json): add some more missing things
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Feb 19, 2017
1 parent e548330 commit a9a4f23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PROJECT-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
"precommit": "npm run lint && flow",
"prepush": "npm test",
"prepublish": "npm run lint && flow && npm test && npm run build && npm run copy-flow-files",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"open:coverage": "open coverage/lcov-report/index.html",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"config": {
"mocha": "--compilers js:babel-core/register ./test/**/*.js",
"mocha": "--compilers js:babel-core/register -r jsdom-global/register ./test/**/*.js",
"commitizen": {
"path": "cz-conventional-changelog"
}
Expand Down

0 comments on commit a9a4f23

Please sign in to comment.