Skip to content

Commit 1abce61

Browse files
checkpoint
1 parent 0abcf8b commit 1abce61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ jobs:
3838
- name: Prepare package for publishing
3939
working-directory: ./typescript
4040
run: |
41-
ls -la dist/
42-
npm pack --dry-run
41+
npm pack
4342
44-
4543
- name: Publish preview
4644
working-directory: ./typescript
4745
run: npx pkg-pr-new publish typescript

0 commit comments

Comments
 (0)