Skip to content

Commit 8c1cde5

Browse files
authored
Merge pull request #1 from rjoydip/patch-1
chore: minor cosmetic changes
2 parents 51c2f9b + ce0192f commit 8c1cde5

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,3 @@ jobs:
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 }}

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
bun run lint:fix
22
bun run typecheck
3+
bun run build

.husky/pre-push

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bun run test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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",

0 commit comments

Comments
 (0)