update publish pipeline
This commit is contained in:
@@ -15,6 +15,8 @@ jobs:
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Publish to npmjs
|
||||
Reference in New Issue
Block a user