We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79843fd commit cb9682cCopy full SHA for cb9682c
common/script/pr-preview.sh
@@ -20,6 +20,7 @@ mkdir -p public/html-aam
20
mkdir -p public/svg-aam
21
mkdir -p public/mathml-aam
22
mkdir -p public/pdf-aam
23
+mkdir -p public/css-aam
24
25
# build all specs
26
npx respec -s index.html -o public/index.html --localhost --disable-sandbox
@@ -43,4 +44,6 @@ echo "Built SVG AAM"
43
44
npx respec -s mathml-aam/index.html -o public/mathml-aam/index.html --localhost --disable-sandbox
45
echo "Built mathml-aam"
46
npx respec -s pdf-aam/index.html -o public/pdf-aam/index.html --localhost --disable-sandbox
-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