Skip to content

Commit c01089e

Browse files
Fix yarn build
1 parent 530632d commit c01089e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
run: CI=true yarn test
4343

4444
- name: Build
45-
run: yarn build
45+
run: CI=false yarn build

0 commit comments

Comments
 (0)