Skip to content

Commit 98fb754

Browse files
committed
chore: add prettier step to npm publish workflow
1 parent 9702ad7 commit 98fb754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: yarn install
2929
- name: Run tests
3030
run: yarn test
31+
- name: Run prettier
32+
run: yarn format
3133
- name: Build
3234
run: yarn build
3335
- name: Publish to NPM

0 commit comments

Comments
 (0)