We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e548330 commit a9a4f23Copy full SHA for a9a4f23
PROJECT-package.json
@@ -18,11 +18,13 @@
18
"precommit": "npm run lint && flow",
19
"prepush": "npm test",
20
"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",
23
"open:coverage": "open coverage/lcov-report/index.html",
24
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
25
},
26
"config": {
- "mocha": "--compilers js:babel-core/register ./test/**/*.js",
27
+ "mocha": "--compilers js:babel-core/register -r jsdom-global/register ./test/**/*.js",
28
"commitizen": {
29
"path": "cz-conventional-changelog"
30
}
0 commit comments