File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -45,18 +45,17 @@ launch-templates:
4545 sudo apt-get update -y
4646 sudo apt-get -yqq install zip unzip
4747
48- # TODO: Remove this once the PR to set it on agents by default is merged
49- - name : Set SHELL environment variable
50- script : |
51- # We need $SHELL to be set for the bun installation to correctly link `bunx`
52- echo "SHELL=/usr/bin/bash" >> $NX_CLOUD_ENV
53-
5448 - name : Install bun
5549 script : |
5650 curl -fsSL https://bun.sh/install | bash
5751 echo "BUN_INSTALL=$HOME/.bun" >> $NX_CLOUD_ENV
5852 echo "PATH=$HOME/.bun/bin:$PATH" >> $NX_CLOUD_ENV
5953
54+ - name : Check bun
55+ script : |
56+ bun --version
57+ echo "bunx=`which bunx`"
58+
6059 - name : Install Node Modules (with Bun)
6160 script : bun install --frozen-lockfile --ignore-scripts
6261
You can’t perform that action at this time.
0 commit comments