Skip to content

Commit

Permalink
Merge pull request #9 from susumuota/refactor-prettier
Browse files Browse the repository at this point in the history
refactor: add npm run format.
  • Loading branch information
susumuota committed Apr 2, 2023
2 parents 4864fdc + a1f5cf9 commit e8c9913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run format
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run format
- run: npm run pack
- run: npm publish
env:
Expand Down

0 comments on commit e8c9913

Please sign in to comment.