Skip to content

Commit 491f7ac

Browse files
authored
Tweak build command
1 parent 470c170 commit 491f7ac

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
@@ -72,7 +72,7 @@
7272
"url": "git+https://github.com/reactjs/reactjs.org.git"
7373
},
7474
"scripts": {
75-
"build": "gatsby build",
75+
"build": "gatsby clean && gatsby build",
7676
"check-all": "npm-run-all prettier generate-ids --parallel lint flow",
7777
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
7878
"dev": "gatsby develop -H 0.0.0.0",

0 commit comments

Comments
 (0)