mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
* meta: use Yarn v3 instead of npm * Update CONTRIBUTING.md to fix linter errors * remove remaining npm commands * Update deps
10 lines
247 B
TOML
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"
|