Skip to content

Commit

Permalink
Tweak unzip flags in jupyterlite build
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 7, 2023
1 parent 8f7e76c commit 4bad383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/jupyterlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi
curl -L "https://github.com/mathjax/MathJax/archive/$MATHJAX_VER.zip" \
-o "pack/mathjax-$MATHJAX_VER.zip"

(cd pack; unzip --quiet mathjax-$MATHJAX_VER.zip)
(cd pack; unzip -q mathjax-$MATHJAX_VER.zip)

jupyter lite init
jupyter lite build \
Expand Down

0 comments on commit 4bad383

Please sign in to comment.