Skip to content

Commit 836602c

Browse files
checkpoint
1 parent 1abce61 commit 836602c

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
@@ -38,8 +38,10 @@ jobs:
3838
- name: Prepare package for publishing
3939
working-directory: ./typescript
4040
run: |
41-
npm pack
41+
npm pack
42+
mv *.tgz ../
43+
ls -la *tgz
4244
4345
- name: Publish preview
44-
working-directory: ./typescript
46+
# working-directory: ./typescript
4547
run: npx pkg-pr-new publish typescript

0 commit comments

Comments
 (0)