Skip to content

Commit

Permalink
refactor: add npm run format.
Browse files Browse the repository at this point in the history
  • Loading branch information
susumuota committed Apr 2, 2023
1 parent 88d5fc9 commit a1f5cf9
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 a1f5cf9

Please sign in to comment.