-
Notifications
You must be signed in to change notification settings - Fork 28
/
netlify.toml
64 lines (53 loc) · 1.56 KB
/
netlify.toml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# yarn.build plugin-all
[[redirects]]
from = "/latest"
to = "https://github.com/ojkelly/yarn.build/releases/download/latest/yarn-plugin-all.cjs"
status = 200
force = true
[[redirects]]
from = "/latest/build"
to = "https://github.com/ojkelly/yarn.build/releases/download/latest/yarn-plugin-build.cjs"
status = 200
force = true
[[redirects]]
from = "/release/*/build"
to = "https://github.com/ojkelly/yarn.build/releases/download/*/yarn-plugin-build.cjs"
status = 200
force = true
[[redirects]]
from = "/latest/bundle"
to = "https://github.com/ojkelly/yarn.build/releases/download/latest/yarn-plugin-bundle.cjs"
status = 200
force = true
[[redirects]]
from = "/release/*/bundle"
to = "https://github.com/ojkelly/yarn.build/releases/download/*/yarn-plugin-bundle.cjs"
status = 200
force = true
[[redirects]]
from = "/latest/test"
to = "https://github.com/ojkelly/yarn.build/releases/download/latest/yarn-plugin-test.cjs"
status = 200
force = true
[[redirects]]
from = "/release/*/test"
to = "https://github.com/ojkelly/yarn.build/releases/download/*/yarn-plugin-test.cjs"
status = 200
force = true
# plugin-package-yaml
[[redirects]]
from = "/yaml"
to = "https://github.com/ojkelly/yarn.build/releases/download/latest/yarn-plugin-package-yaml.cjs"
status = 200
force = true
[[redirects]]
from = "/release/*/yaml"
to = "https://github.com/ojkelly/yarn.build/releases/download/*/yarn-plugin-package-yaml.cjs"
status = 200
force = true
# yarn 2
[[redirects]]
from = "/v2"
to = "https://github.com/ojkelly/yarn.build/releases/download/v0.9.56/yarn-plugin-build.js"
status = 200
force = true