Skip to content

Commit

Permalink
add other yarn commands to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Nov 7, 2023
1 parent 16d6001 commit 80e3ec3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ jobs:
node-version: '16.x'
- name: Install dependencies
run: yarn install
- name: Format code
run: yarn format
- name: Lint code
run: yarn lint
- name: Build
run: yarn build
- name: Generate docs
run: yarn docs

0 comments on commit 80e3ec3

Please sign in to comment.