Skip to content

Commit 4f0379b

Browse files
authored
Merge pull request #4358 from OAI/ralfhandl-respec-no-sandbox
Run respec without sandbox
2 parents 57962a3 + 20a3024 commit 4f0379b

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)