Skip to content

Commit d211c6a

Browse files
Add html-aam to preview script (#2719)
1 parent c723e04 commit d211c6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/script/pr-preview.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ mkdir -p public/dpub-aam
1616
mkdir -p public/dpub-aria
1717
mkdir -p public/graphics-aam
1818
mkdir -p public/graphics-aria
19+
mkdir -p public/html-aam
1920
mkdir -p public/svg-aam
2021
mkdir -p public/mathml-aam
2122
mkdir -p public/pdf-aam
@@ -35,6 +36,8 @@ npx respec -s graphics-aam/index.html -o public/graphics-aam/index.html --localh
3536
echo "Built graphics AAM"
3637
npx respec -s graphics-aria/index.html -o public/graphics-aria/index.html --localhost --disable-sandbox
3738
echo "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"
3841
npx respec -s svg-aam/index.html -o public/svg-aam/index.html --localhost --disable-sandbox
3942
echo "Built SVG AAM"
4043
npx respec -s mathml-aam/index.html -o public/mathml-aam/index.html --localhost --disable-sandbox

0 commit comments

Comments
 (0)