mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
10 lines
244 B
TOML
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"
|