Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Feb 21, 2023
1 parent d983c1f commit 8a5a82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check Node Version
run: node -v
- name: Install dependencies
run: npm install
run: yarn
- name: Build app
run: npm run build
- name: Semantic release
Expand Down

0 comments on commit 8a5a82e

Please sign in to comment.