this repo has no descr,ription vt3e.cat

ci: run?

vt3e.cat aec89ac3 e06ecee1

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