Skip to content

Commit 679ea53

Browse files
committed
feat: configure build step
1 parent afae90b commit 679ea53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ jobs:
1313

1414
- name: Setup
1515
uses: ./.github/actions/setup
16+
17+
- name: Build
18+
run: yarn build

0 commit comments

Comments
 (0)