We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe6c1d commit 729c504Copy full SHA for 729c504
2 files changed
.github/workflows/ci.yml
@@ -107,4 +107,4 @@ jobs:
107
run: bun run build
108
109
- name: Publish Commit
110
- run: bunx pkg-pr-new publish
+ run: bunx pkg-pr-new publish './packages/*'
pantry.lock
@@ -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
15
16
+ "better-dx@^0.2.5": {
17
+ "name": "better-dx",
18
+ "version": "^0.2.5",
19
20
21
+ "bunfig@^0.15.6": {
22
+ "name": "bunfig",
23
+ "version": "^0.15.6",
24
25
+ }
26
27
+}
0 commit comments