mirror of
https://github.com/rjNemo/federation
synced 2026-06-10 12:06:40 +00:00
6 lines
295 B
TOML
6 lines
295 B
TOML
[build]
|
|
base = "docs/"
|
|
publish = "docs/public/"
|
|
command = "gatsby build --prefix-paths && mkdir -p docs/graphql-subscriptions && mv public/* docs/graphql-subscriptions && mv docs public/ && mv public/docs/graphql-subscriptions/_redirects public"
|
|
[build.environment]
|
|
NPM_VERSION = "6"
|