Skip to content

Commit 20a3024

Browse files
authored
Run respec without sandbox
to circumvent puppeteer problem on Ubuntu > 22
1 parent 8e3015a commit 20a3024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/md2html/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for specification in $specifications; do
5454
echo === Building $version to $destination
5555

5656
node scripts/md2html/md2html.js --maintainers $maintainers $specification > $tempfile
57-
npx respec --use-local --src $tempfile --out $destination
57+
npx respec --no-sandbox --use-local --src $tempfile --out $destination
5858
rm $tempfile
5959

6060
echo === Built $destination

0 commit comments

Comments
 (0)