Skip to content

Commit 6b1a717

Browse files
committed
chore: fix workflow
1 parent d439c24 commit 6b1a717

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
@@ -54,6 +54,9 @@ jobs:
5454
- name: 📥 Download deps
5555
uses: bahmutov/npm-install@v1
5656

57+
- name: 🏗 Build
58+
run: npm run build
59+
5760
- name: 🏄 Copy test env vars
5861
run: cp .env.example .env
5962

0 commit comments

Comments
 (0)