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 470c170 commit 491f7acCopy full SHA for 491f7ac
package.json
@@ -72,7 +72,7 @@
72
"url": "git+https://github.com/reactjs/reactjs.org.git"
73
},
74
"scripts": {
75
- "build": "gatsby build",
+ "build": "gatsby clean && gatsby build",
76
"check-all": "npm-run-all prettier generate-ids --parallel lint flow",
77
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
78
"dev": "gatsby develop -H 0.0.0.0",
0 commit comments