tangled
alpha
login
or
join now
vt3e.cat
/
www
2
fork
atom
this repo has no descr,ription
vt3e.cat
2
fork
atom
overview
issues
pulls
pipelines
ci: why was i using the path and not just bunx
vt3e.cat
4 months ago
66f7bc4c
e0736a6d
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:bC12nO0d6wKnJ426YBbLO7LVxmZlwJ1l2X0eqOroDV0=
0/1
deploy.yaml
failed
23s
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
gallery
package.json
+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
17
-
"gen:types": "./node_modules/.bin/lex-cli generate -c ./lex.config.ts",
17
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": {