diff --git a/netlify.toml b/netlify.toml index 87b910e9e..7b5d7e71f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ # Basic configuration for a Netlify deployment [build] publish = "" # Directory to publish - command = "respec -s index.html -o index.html --localhost; respec -s accname/index.html -o accname/index.html --localhost; respec -s core-aam/index.html -o core-aam/index.html --localhost; respec -s dpub-aam/index.html -o dpub-aam/index.html --localhost; respec -s dpub-aria/index.html -o dpub-aria/index.html --localhost; respec -s graphics-aam/index.html -o graphics-aam/index.html --localhost; respec -s graphics-aria/index.html -o graphics-aria/index.html --localhost; respec -s svg-aam/index.html -o svg-aam/index.html --localhost; respec -s mathml-aam/index.html -o mathml-aam/index.html --localhost" + 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 = "/*"