chore: lint and test prior to publishing

This commit is contained in:
Pavel Feldman 2025-03-28 13:43:44 -07:00
parent 020107e830
commit af522dca5f

View File

@ -13,6 +13,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}