uppy/netlify.toml
2019-12-09 14:28:49 +01:00

10 lines
267 B
TOML

[Settings]
ID = "uppy"
[main]
# (no main build settings, we use Github Pages)
[context.deploy-preview]
command = "npx lerna bootstrap && npm run build && npm run web:inject-disc && npm run web:build"
environment = { NODE_VERSION = "12" }
publish = "website/public"