Skip to content

Commit 4d7050c

Browse files
committed
publish first
1 parent 4b4d1bf commit 4d7050c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
- run: |
2727
npm i
2828
npm run build
29+
30+
- run: |
31+
npx pkg-pr-new publish ./packages/convex-helpers
32+
33+
- run: |
2934
npm run lint
3035
npm run test
3136
npx convex codegen && git diff --exit-code
32-
- run: npx pkg-pr-new publish ./packages/convex-helpers

0 commit comments

Comments
 (0)