We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3015a commit 20a3024Copy full SHA for 20a3024
scripts/md2html/build.sh
@@ -54,7 +54,7 @@ for specification in $specifications; do
54
echo === Building $version to $destination
55
56
node scripts/md2html/md2html.js --maintainers $maintainers $specification > $tempfile
57
- npx respec --use-local --src $tempfile --out $destination
+ npx respec --no-sandbox --use-local --src $tempfile --out $destination
58
rm $tempfile
59
60
echo === Built $destination
0 commit comments