ci: run typecheck and tests before npm publish
This commit is contained in:
@@ -31,5 +31,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Verify
|
||||||
|
run: npm run typecheck && npm test
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: npm publish --provenance --access public
|
run: npm publish --provenance --access public
|
||||||
|
|||||||
Reference in New Issue
Block a user