Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 396edb4

Browse files
committed
Build docs in npm run all
1 parent b9cbd4b commit 396edb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"docs:dev": "cd ./docs && webpack-dev-server --host 0.0.0.0",
2424
"docs:build": "cd ./docs && cross-env NODE_ENV=production webpack",
2525
"docs:deploy": "npm run docs:build && gulp docs:deploy",
26-
"all": "npm run lint && npm run test && npm run build",
26+
"all": "npm run lint && npm run test && npm run build && npm run docs:build",
2727
"build": "gulp && webpack && cross-env BUILD_MINIFIED=true webpack",
2828
"clean": "rm -r -f dist lib cjs coverage",
2929
"release": "npm version -m 'react-css-transition release %s'",

0 commit comments

Comments
 (0)