uppy/netlify.toml
Renée Kooi 3cd168f4de
Update node.js and npm versions used on netlify (#1839)
* 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.
2019-09-16 15:07:51 +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 = "10" }
publish = "website/public"