Browse Source

Tweak build command

main
Dan Abramov 4 years ago
committed by GitHub
parent
commit
491f7acb31
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -72,7 +72,7 @@
"url": "git+https://github.com/reactjs/reactjs.org.git" "url": "git+https://github.com/reactjs/reactjs.org.git"
}, },
"scripts": { "scripts": {
"build": "gatsby build", "build": "gatsby clean && gatsby build",
"check-all": "npm-run-all prettier generate-ids --parallel lint flow", "check-all": "npm-run-all prettier generate-ids --parallel lint flow",
"ci-check": "npm-run-all prettier:diff --parallel lint flow", "ci-check": "npm-run-all prettier:diff --parallel lint flow",
"dev": "gatsby develop -H 0.0.0.0", "dev": "gatsby develop -H 0.0.0.0",

Loading…
Cancel
Save