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: directly run atcute lex-cli
vt3e.cat
4 months ago
c6c2d439
fb346775
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:bC12nO0d6wKnJ426YBbLO7LVxmZlwJ1l2X0eqOroDV0=
0/1
deploy.yaml
failed
21s
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
gallery
package.json
+1
-1
pkgs/gallery/package.json
reviewed
···
14
14
"scripts": {
15
15
"build": "tsc",
16
16
"gen:lex": "rm -r ./lexicons/; bunx tsp compile src",
17
17
-
"gen:types": "lex-cli generate -c ./lex.config.ts",
17
17
+
"gen:types": "bun node_modules/@atcute/lex-cli/cli.mjs generate -c ./lex.config.ts",
18
18
"gen": "bun run gen:lex && bun run gen:types"
19
19
},
20
20
"devDependencies": {