···12671267steps:
12681268 - name: build site
12691269 command: |
12701270+ # necessary to ensure bun is in PATH
12701271 export PATH="$HOME/.nix-profile/bin:$PATH"
1271127212721272- # regenerate lockfile
12731273- rm package-lock.json bun.lock
12741274- bun install @rolldown/binding-linux-arm64-gnu --save-optional
12751275- bun install
12731273+ bun install --frozen-lockfile
1276127412771277- # build with vite
12751275+ # build with vite, run directly to get around env issues
12781276 bun node_modules/.bin/vite build
1279127712801278 - name: deploy to wisp