Skip to content

Commit c38f797

Browse files
committed
Add prettier to actions workflow
1 parent 9e3771d commit c38f797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
${{ runner.os }}-build-
3333
${{ runner.os }}-
3434
- run: npm ci
35+
- run: npm run prettier
3536
- run: npm run build
3637
publish:
3738
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)