Skip to content

Commit cb9682c

Browse files
Add css-aam to builds
1 parent 79843fd commit cb9682c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

common/script/pr-preview.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ mkdir -p public/html-aam
2020
mkdir -p public/svg-aam
2121
mkdir -p public/mathml-aam
2222
mkdir -p public/pdf-aam
23+
mkdir -p public/css-aam
2324

2425
# build all specs
2526
npx respec -s index.html -o public/index.html --localhost --disable-sandbox
@@ -43,4 +44,6 @@ echo "Built SVG AAM"
4344
npx respec -s mathml-aam/index.html -o public/mathml-aam/index.html --localhost --disable-sandbox
4445
echo "Built mathml-aam"
4546
npx respec -s pdf-aam/index.html -o public/pdf-aam/index.html --localhost --disable-sandbox
46-
echo "Built PDF AAM"
47+
echo "Built PDF AAM"
48+
npx respec -s css-aam/index.html -o public/css-aam/index.html --localhost --disable-sandbox
49+
echo "Built CSS AAM"

0 commit comments

Comments
 (0)