We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812cdf3 commit d645d14Copy full SHA for d645d14
package.json
@@ -40,8 +40,8 @@
40
"lint": "kcd-scripts lint",
41
"format": "kcd-scripts format",
42
"coverage": "codecov",
43
- "docs:dev": "npm install --no-save @emotion/core@^10.0.0 && docz dev",
44
- "docs:build": "npm install --no-save @emotion/core@^10.0.0 && docz build",
+ "docs:dev": "npm install --no-save @emotion/core@^10 && docz dev",
+ "docs:build": "npm install --no-save @emotion/core@^10 gatsby@^2 && docz build",
45
"contributors:add": "all-contributors add",
46
"install:react": "npm install --no-save react@${REACT_VERSION:-latest} react-dom@${REACT_VERSION:-latest} react-test-renderer@${REACT_VERSION:-latest}",
47
"install:react-16.9.0": "cross-env REACT_VERSION=16.9.0 npm run install:react",
0 commit comments