Skip to content

Commit

Permalink
fix: github workflow to build
Browse files Browse the repository at this point in the history
  • Loading branch information
leejaeseong11 committed Dec 19, 2023
1 parent c92d9e1 commit f0c57e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: yarn install
- run: npm ci
- run: npm run build
- uses: reviewdog/action-eslint@v1
with:
reporter: github-check
Expand Down

0 comments on commit f0c57e4

Please sign in to comment.