gatsby build
Compile your application and make it ready for deployment
Options
Name | Description |
---|---|
--prefix-paths | Build site with link paths prefixed (set pathPrefix in your config) |
--no-uglify | Build site without uglifying JS bundles (for debugging) |
--profile | Build site with react profiling |
--open-tracing-config-file | Use Tracer configuration file |
--graphql-tracing | Trace every graphql resolver, may have performance implications |
--no-color, --no-colors | Disables colored terminal output |