this repo has no description

try running bun build

+5 -3
+5 -3
.tangled/workflows/test.yml
··· 13 13 dependencies: 14 14 # nixpkgs 15 15 nixpkgs: 16 - - nodejs 16 + - bun 17 17 18 18 steps: 19 - - name: "test" 20 - command: 'echo "hello world"' 19 + - name: "install deps" 20 + command: "bun install" 21 + - name: "build" 22 + command: "bun run build"