chore: add netlify.toml (#2703)
This commit is contained in:
parent
29b8024985
commit
d2ac377e40
8
netlify.toml
Normal file
8
netlify.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[build]
|
||||
base = "/"
|
||||
command = "yarn build:demo"
|
||||
publish = "dev-test/"
|
||||
|
||||
[build.environment]
|
||||
YARN_FLAGS = "--no-ignore-optional"
|
||||
YARN_VERSION = "1.7.0"
|
7
website/netlify.toml
Normal file
7
website/netlify.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[build]
|
||||
base = "website/"
|
||||
command = "yarn install && yarn build"
|
||||
publish = "website/dist/"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "8"
|
Loading…
x
Reference in New Issue
Block a user