Skip to content

Commit d26ba74

Browse files
checkpoint
1 parent 9269a1c commit d26ba74

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/preview.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,22 @@ jobs:
4040
run: |
4141
npm pack
4242
43-
- name: List files
43+
44+
45+
- name: List files in typescript dir
46+
working-directory: ./typescript
47+
run: |
48+
ls -la
49+
50+
- name: Mv tgz to root
51+
working-directory: ./typescript
52+
run: |
53+
mv *.tgz ../
54+
55+
- name: List files in root
4456
run: |
4557
ls -la
46-
58+
4759
- name: Publish preview
4860
# working-directory: ./typescript
4961
run: npx pkg-pr-new publish typescript

0 commit comments

Comments
 (0)