···4949 - name: Build docs
5050 command: |
5151 cd docs
5252+ export PATH="$HOME/.nix-profile/bin:$PATH"
5253 bun run build
5354 - name: Deploy to Wisp.place
5455 command: |
+1-1
.tangled/workflows/test.yml
···1616 export PATH="$HOME/.nix-profile/bin:$PATH"
17171818 # have to regenerate otherwise it wont install necessary dependencies to run
1919- rm -rf bun.lock package-lock.json
1919+ find . -type f \( -name "bun.lock" -o -name "package-lock.json" \) -delete
2020 bun install
21212222 - name: run all tests