Skip to content

Instantly share code, notes, and snippets.

@LuigiClaudio
Created April 17, 2021 19:09
Show Gist options
  • Save LuigiClaudio/fea68df59760efc428fcd844d4efccd0 to your computer and use it in GitHub Desktop.
Save LuigiClaudio/fea68df59760efc428fcd844d4efccd0 to your computer and use it in GitHub Desktop.
[build]
command = 'npm run prebuild-retailers && npm run process-retailer-images && npm run prebuild-identity-signup && npm run prebuild-customer-portal && yarn run build --verbose'
functions = 'functions'
publish = 'public'
[build.environment]
NODE_OPTIONS = '--max_old_space_size=8192'
YARN_VERSION = '1.22.10'
NODE_VERSION = "14.15.0"
[[plugins]]
package = "netlify-plugin-gatsby-cache"
[[redirects]]
from = '/app/*'
status = 200
to = "/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment