Skip to content

Commit c19b091

Browse files
committed
fix(ci): use fast build in publish workflow
1 parent d402ecf commit c19b091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Build
8181
if: steps.version.outputs.changed == 'true'
82-
run: yarn build
82+
run: yarn fast-build
8383

8484
- name: Publish To npm
8585
if: steps.version.outputs.changed == 'true'

0 commit comments

Comments
 (0)