Skip to content

Commit

Permalink
npx
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 28, 2024
1 parent 40eb17a commit f1f7e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "/*"
Expand Down

0 comments on commit f1f7e3b

Please sign in to comment.