Skip to content

Commit 0235c22

Browse files
committed
lint before publish to npm
1 parent 6fc9149 commit 0235c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
node-version: '18.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm install
17+
- run: npm run lint
1718
- run: npm run build
1819
- run: npm publish --access public
1920
env:

0 commit comments

Comments
 (0)