We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8127cde commit 50553fbCopy full SHA for 50553fb
1 file changed
site/deploy-netlify.sh
@@ -1,2 +1,3 @@
1
-wget -qO- https://github.com/thedodd/trunk/releases/download/v0.14.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
2
-./trunk build
+brew install trunk
+rustup target add wasm32-unknown-unknown
3
+trunk build
0 commit comments