Skip to content

Commit

Permalink
Tweak build command
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 9, 2020
1 parent 470c170 commit 491f7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,7 +72,7 @@
"url": "git+https://github.com/reactjs/reactjs.org.git"
},
"scripts": {
"build": "gatsby build",
"build": "gatsby clean && gatsby build",
"check-all": "npm-run-all prettier generate-ids --parallel lint flow",
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
"dev": "gatsby develop -H 0.0.0.0",
Expand Down

0 comments on commit 491f7ac

Please sign in to comment.