Skip to content

Commit 3108bcd

Browse files
checkpoint
1 parent d498007 commit 3108bcd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/preview.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ jobs:
3434
- name: Run tests
3535
working-directory: ./typescript
3636
run: npm test
37-
38-
- run: npx pkg-pr-new publish --npm . --no-comments
37+
38+
- name: Publish preview
39+
working-directory: ./typescript
40+
run: npx pkg-pr-new publish --npm ./typescript

0 commit comments

Comments
 (0)