uppy/netlify.toml
Antoine du Hamel 01d7ea13e9
meta: use Yarn v3 instead of npm (#3237)
* meta: use Yarn v3 instead of npm

* Update CONTRIBUTING.md to fix linter errors

* remove remaining npm commands

* Update deps
2021-10-20 15:16:59 +02:00

10 lines
247 B
TOML

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