Skip to content

Commit 729c504

Browse files
committed
chore: wip
1 parent 1fe6c1d commit 729c504

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ jobs:
107107
run: bun run build
108108

109109
- name: Publish Commit
110-
run: bunx pkg-pr-new publish
110+
run: bunx pkg-pr-new publish './packages/*'

pantry.lock

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"version": "1.0.0",
3+
"lockfileVersion": 1,
4+
"generatedAt": "1771524898",
5+
"packages": {
6+
"typescript@^5.9.3": {
7+
"name": "typescript",
8+
"version": "^5.9.3",
9+
"source": "pkgx"
10+
},
11+
"fast-xml-parser@^5.3.5": {
12+
"name": "fast-xml-parser",
13+
"version": "^5.3.5",
14+
"source": "pkgx"
15+
},
16+
"better-dx@^0.2.5": {
17+
"name": "better-dx",
18+
"version": "^0.2.5",
19+
"source": "pkgx"
20+
},
21+
"bunfig@^0.15.6": {
22+
"name": "bunfig",
23+
"version": "^0.15.6",
24+
"source": "pkgx"
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)