uppy/netlify.toml
2021-03-31 14:04:18 +02:00

10 lines
244 B
TOML

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