mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 12:13:53 +00:00
* kick netlify
* do not make travis do work here
* Use newer node.js on netlify
* does it work from cache?
* Revert "do not make travis do work here"
This reverts commit 8dad880764.
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 = "10" }
|
|
publish = "website/public"
|