Skip to content

Commit 5efd30d

Browse files
checkpoint
1 parent 13be298 commit 5efd30d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/preview.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
- name: Run tests
3535
working-directory: ./typescript
3636
run: npm test
37+
38+
- name: Prepare package for publishing
39+
working-directory: ./typescript
40+
run: |
41+
ls -la dist/
42+
npm pack --dry-run
3743
3844
- name: Publish preview
39-
run: npx pkg-pr-new publish --npm ./typescript
45+
run: npx pkg-pr-new publish ./typescript

0 commit comments

Comments
 (0)