Skip to content

Commit

Permalink
fix: buildすべき箇所が誤ってtestしていたので変更 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbsnow authored Jan 14, 2023
1 parent b8400b9 commit df1d5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: npm run lint
- name: Run unit tests
run: npm test
- name: Run unit build
run: npm run test
- name: Run build
run: npm run build

0 comments on commit df1d5d5

Please sign in to comment.