Skip to content

Commit a1eb6b2

Browse files
checkpoint
1 parent bd1171f commit a1eb6b2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/preview.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,18 @@ jobs:
4747
run: |
4848
ls -la
4949
50-
- name: Mv tgz to root
51-
working-directory: ./typescript
52-
run: |
53-
mv *.tgz ../
50+
- name: Create git symlink
51+
run: ln -s ../.git typescript/.git
52+
53+
# - name: Mv tgz to root
54+
# working-directory: ./typescript
55+
# run: |
56+
# mv *.tgz ../
5457

5558
- name: List files in root
5659
run: |
5760
ls -la
5861
5962
- name: Publish preview
60-
# working-directory: ./typescript
61-
run: npx pkg-pr-new publish --pkg typescript
63+
working-directory: ./typescript
64+
run: npx pkg-pr-new publish

0 commit comments

Comments
 (0)