Skip to content

Commit 8f18700

Browse files
committed
Deactivate docs:util until working with prettier
1 parent 460e176 commit 8f18700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"coveralls": "cat ./coverage/lcov.info | coveralls",
1616
"show:cov": "open coverage/lcov-report/index.html",
1717
"docs:react": "react-docgen src -e src/**/*.test.js$|scripts/buildDocs.sh",
18-
"docs": "yarn docs:react && yarn docs:util",
18+
"docs": "yarn docs:react",
1919
"docs:util": "jsdoc2md src/util/index.js > docs/util/util.md",
2020
"docs:clean": "rimraf docs/components/* && rimraf docs/util/*",
2121
"release": "yarn test && yarn build && yarn docs && git commit -a && np",

0 commit comments

Comments
 (0)