Skip to content

Commit 36471ff

Browse files
Update build.yml
1 parent 2e60f93 commit 36471ff

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ jobs:
6868
env:
6969
PATH: ./node_modules/.bin:$PATH
7070

71+
72+
- name: test
73+
if: runner.os == 'Linux' || runner.os == 'macOS'
74+
run: ls dist
75+
env:
76+
PATH: ./node_modules/.bin:$PATH
77+
78+
7179
- name: Run build script on Windows
7280
if: runner.os == 'Windows'
7381
run: npx yarn dist

0 commit comments

Comments
 (0)