We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba21cd5 commit e9e1c37Copy full SHA for e9e1c37
deploy.sh
@@ -3,6 +3,9 @@
3
# small script to deploy to Vercel
4
set -xeu
5
6
+touch ~/.bashrc
7
+ls -lisah ~
8
+
9
# install pixi
10
export PIXI_VERSION=v0.9.1 && curl -fsSL https://pixi.sh/install.sh | bash
11
ls -lisah ~
0 commit comments