We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc9149 commit 0235c22Copy full SHA for 0235c22
.github/workflows/npm-publish.yml
@@ -14,6 +14,7 @@ jobs:
14
node-version: '18.x'
15
registry-url: 'https://registry.npmjs.org'
16
- run: npm install
17
+ - run: npm run lint
18
- run: npm run build
19
- run: npm publish --access public
20
env:
0 commit comments