forked from w3c/aria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
21 lines (17 loc) · 1.02 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# netlify.toml
# Basic configuration for a Netlify deployment
[build]
publish = "" # Directory to publish
command = "npx respec -s index.html -o index.html --localhost; npx respec -s accname/index.html -o accname/index.html --localhost; npx respec -s core-aam/index.html -o core-aam/index.html --localhost; npx respec -s dpub-aam/index.html -o dpub-aam/index.html --localhost; npx respec -s dpub-aria/index.html -o dpub-aria/index.html --localhost; npx respec -s graphics-aam/index.html -o graphics-aam/index.html --localhost; npx respec -s graphics-aria/index.html -o graphics-aria/index.html --localhost; npx respec -s svg-aam/index.html -o svg-aam/index.html --localhost; npx respec -s mathml-aam/index.html -o mathml-aam/index.html --localhost"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[context.production.environment]
NODE_ENV = "production"
[context.deploy-preview]
NODE_ENV = "Deploy"
command = "./pr-preview.sh"
[context.branch-deploy.environment]
NODE_ENV = "development"
command = "./pr-preview.sh"