Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
IHrytsai committed Sep 21, 2023
1 parent 40e73e6 commit 9859fda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
- name: Test
run: npm run test
- name: Build
run: npm build
run: npm run build
- name: Deploy
run: echo "Deploy >>>"

0 comments on commit 9859fda

Please sign in to comment.