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 460e176 commit 8f18700Copy full SHA for 8f18700
package.json
@@ -15,7 +15,7 @@
15
"coveralls": "cat ./coverage/lcov.info | coveralls",
16
"show:cov": "open coverage/lcov-report/index.html",
17
"docs:react": "react-docgen src -e src/**/*.test.js$|scripts/buildDocs.sh",
18
- "docs": "yarn docs:react && yarn docs:util",
+ "docs": "yarn docs:react",
19
"docs:util": "jsdoc2md src/util/index.js > docs/util/util.md",
20
"docs:clean": "rimraf docs/components/* && rimraf docs/util/*",
21
"release": "yarn test && yarn build && yarn docs && git commit -a && np",
0 commit comments