Browse Source

Add build-ci alias

main
Dan Abramov 3 years ago
parent
commit
064aed8d1c
  1. 1
      package.json

1
package.json

@ -73,6 +73,7 @@
}, },
"scripts": { "scripts": {
"build": "gatsby clean && gatsby build", "build": "gatsby clean && gatsby build",
"build-ci": "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