this repo has no descr,ription vt3e.cat

ci: oh thats why

vt3e.cat e06ecee1 66f7bc4c

verified
+13 -3
+13 -3
.tangled/workflows/deploy.yaml
··· 27 27 - name: build 28 28 command: | 29 29 export PATH="$HOME/.nix-profile/bin:$PATH" 30 + export ROOT_DIR="$PWD" 31 + bun tsc -v 30 32 31 33 bun install --frozen-lockfile 32 - bun run build:all 33 - mv pkgs/web/dist ./dist 34 34 35 - bun tsc -v 35 + cd ${ROOT_DIR}/pkgs/gallery 36 + rm -r ./lexicons/ 37 + bun node_modules/.bin/tsp compile src 38 + bun node_modules/.bin/lex-cli generate -c ./lexicon.config.ts 39 + bunx tsc 40 + 41 + cd ${ROOT_DIR}/pkgs/web 42 + bun run build 43 + mv dist ${ROOT_DIR}/dist 44 + 45 + cd ${ROOT_DIR} 36 46 37 47 - name: deploy 38 48 command: |