File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3333 with :
3434 name : coverage
3535 path : coverage/
36-
37- - name : Deploy to Cloudflare
38- run : bun run deploy
39- env :
40- CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
41- CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Original file line number Diff line number Diff line change 11bun run lint:fix
22bun run typecheck
3+ bun run build
Original file line number Diff line number Diff line change 1+ bun run test
Original file line number Diff line number Diff line change 11# lablet.ai
22
3+ [ ![ code style] ( https://antfu.me/badge-code-style.svg )] ( https://github.com/antfu/eslint-config )
4+
35## Architecture
46
57``` mermaid
Original file line number Diff line number Diff line change 77 "prepare" : " husky" ,
88 "dev" : " wrangler dev" ,
99 "deploy" : " wrangler deploy" ,
10+ "build" : " wrangler build" ,
1011 "test" : " vitest run" ,
1112 "lint" : " eslint ." ,
1213 "lint:fix" : " eslint . --fix" ,
You can’t perform that action at this time.
0 commit comments