Skip to content

Commit 0ac12c1

Browse files
committed
chore: point to published @Listee packages and add ci
1 parent 5133211 commit 0ac12c1

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
8+
jobs:
9+
lint:
10+
uses: listee-dev/listee-ci/.github/workflows/lint.yml@main
11+
12+
typecheck:
13+
uses: listee-dev/listee-ci/.github/workflows/typecheck.yml@main
14+
15+
test:
16+
uses: listee-dev/listee-ci/.github/workflows/test.yml@main

bun.lock

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"test": "bun test"
1515
},
1616
"dependencies": {
17-
"@listee/auth": "link:@listee/auth",
18-
"@listee/types": "link:@listee/types",
17+
"@listee/auth": "^0.2.3",
18+
"@listee/types": "^0.2.3",
1919
"@napi-rs/keyring": "^1.2.0",
2020
"commander": "^12.1.0",
2121
"dotenv": "^16.4.5"

0 commit comments

Comments
 (0)