Skip to content

Commit

Permalink
Update plugin file names in netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Feb 29, 2024
1 parent 09bd52a commit a4fe2fe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
# yarn.build plugin-all
[[redirects]]
from = "/latest"
to = "https://github.com/ojkelly/yarn.build/releases/download/latest/plugin-all.cjs"
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/plugin-build.cjs"
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/*/plugin-build.cjs"
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/plugin-bundle.cjs"
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/*/plugin-bundle.cjs"
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/plugin-test.cjs"
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/*/plugin-test.cjs"
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/plugin-package-yaml.cjs"
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/*/plugin-package-yaml.cjs"
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/plugin-build.js"
to = "https://github.com/ojkelly/yarn.build/releases/download/v0.9.56/yarn-plugin-build.js"
status = 200
force = true

0 comments on commit a4fe2fe

Please sign in to comment.