Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

regen lockfile in bun pipeline

Changed files
+3
.tangled
workflows
+3
.tangled/workflows/test.yml
··· 14 14 - name: install dependencies 15 15 command: | 16 16 export PATH="$HOME/.nix-profile/bin:$PATH" 17 + 18 + # have to regenerate otherwise it wont install necessary dependencies to run 19 + rm -rf bun.lock package-lock.json 17 20 bun install 18 21 19 22 - name: run all tests