this repo has no descr,ription vt3e.cat

ci: why was i using the path and not just bunx

vt3e.cat 66f7bc4c e0736a6d

verified
+1 -1
+1 -1
pkgs/gallery/package.json
··· 14 14 "scripts": { 15 15 "build": "tsc", 16 16 "gen:lex": "rm -r ./lexicons/; bunx tsp compile src", 17 - "gen:types": "./node_modules/.bin/lex-cli generate -c ./lex.config.ts", 17 + "gen:types": "bunx lex-cli generate -c ./lex.config.ts", 18 18 "gen": "bun run gen:lex && bun run gen:types" 19 19 }, 20 20 "devDependencies": {