File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ mkdir -p public/dpub-aam
1616mkdir -p public/dpub-aria
1717mkdir -p public/graphics-aam
1818mkdir -p public/graphics-aria
19+ mkdir -p public/html-aam
1920mkdir -p public/svg-aam
2021mkdir -p public/mathml-aam
2122mkdir -p public/pdf-aam
@@ -35,6 +36,8 @@ npx respec -s graphics-aam/index.html -o public/graphics-aam/index.html --localh
3536echo " Built graphics AAM"
3637npx respec -s graphics-aria/index.html -o public/graphics-aria/index.html --localhost --disable-sandbox
3738echo " Built graphics ARIA"
39+ npx respec -s html-aam/index.html -o public/html-aam/index.html --localhost --disable-sandbox
40+ echo " Built HTML AAM"
3841npx respec -s svg-aam/index.html -o public/svg-aam/index.html --localhost --disable-sandbox
3942echo " Built SVG AAM"
4043npx respec -s mathml-aam/index.html -o public/mathml-aam/index.html --localhost --disable-sandbox
You can’t perform that action at this time.
0 commit comments