Skip to content

Commit a9a4f23

Browse files
committed
fix(PROJECT-package.json): add some more missing things
1 parent e548330 commit a9a4f23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PROJECT-package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
"precommit": "npm run lint && flow",
1919
"prepush": "npm test",
2020
"prepublish": "npm run lint && flow && npm test && npm run build && npm run copy-flow-files",
21+
"storybook": "start-storybook -p 6006",
22+
"build-storybook": "build-storybook",
2123
"open:coverage": "open coverage/lcov-report/index.html",
2224
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
2325
},
2426
"config": {
25-
"mocha": "--compilers js:babel-core/register ./test/**/*.js",
27+
"mocha": "--compilers js:babel-core/register -r jsdom-global/register ./test/**/*.js",
2628
"commitizen": {
2729
"path": "cz-conventional-changelog"
2830
}

0 commit comments

Comments
 (0)