forked from typescript-eslint/typescript-eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
25 lines (21 loc) · 720 Bytes
/
netlify.toml
File metadata and controls
25 lines (21 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# https://docs.netlify.com/configure-builds/file-based-configuration/#build-settings
[build]
base = ""
publish = "packages/website/build"
command = "NX_VERBOSE_LOGGING=true yarn patch-package && yarn nx build website"
[build.environment]
NETLIFY_USE_YARN = "true"
YARN_FLAGS = "--ignore-scripts"
# https://docs.netlify.com/configure-builds/file-based-configuration/#redirects
[[redirects]]
from = "/docs/linting"
to = "/docs"
[[redirects]]
from = "/docs/linting/type-linting"
to = "/docs/linting/typed-linting"
[[redirects]]
from = "/docs/linting/monorepo"
to = "/docs/linting/typed-linting/monorepos"
[[redirects]]
from = "/docs/linting/tslint"
to = "/docs/linting/troubleshooting/tslint"