Skip to content

Commit 053cc2f

Browse files
committed
Fix workflow
1 parent 3466567 commit 053cc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-cd.yml

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

3737
- name: Build
3838
run: |
39-
yarn build:dev
39+
yarn build
4040
4141
- name: Deploy
4242
run: |

0 commit comments

Comments
 (0)