Skip to content

Commit 3f532f6

Browse files
committed
Experiment with dist
1 parent 41dbb0d commit 3f532f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Install dependencies
28-
run: yarn install && yarn dist
28+
run: yarn install && yarn build
2929
- name: Upload distribution
3030
if: startsWith(github.ref, 'refs/tags/')
3131
uses: actions/upload-artifact@v1
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v2
4848
- name: Install dependencies
49-
run: yarn install && yarn dist
49+
run: yarn install && yarn build
5050
- name: Upload distribution
5151
if: startsWith(github.ref, 'refs/tags/')
5252
uses: actions/upload-artifact@v1
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v2
6868
- name: Install dependencies
69-
run: yarn install && yarn dist
69+
run: yarn install && yarn build
7070
- name: Upload distribution
7171
if: startsWith(github.ref, 'refs/tags/')
7272
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)