We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9702ad7 commit 98fb754Copy full SHA for 98fb754
.github/workflows/npm-publish.yml
@@ -28,6 +28,8 @@ jobs:
28
run: yarn install
29
- name: Run tests
30
run: yarn test
31
+ - name: Run prettier
32
+ run: yarn format
33
- name: Build
34
run: yarn build
35
- name: Publish to NPM
0 commit comments