This project only comes with several build
scripts.
gatsby build
- The default Gatsby build scriptnpm run build
- Alias that by default only calls gatsby build
but can be added to for additional build steps.npm run build:pp
- The Gatsby build script with the --prefix-paths
flag.