chore(ci): refactor publis script
This commit is contained in:
parent
e588d96214
commit
4d37585980
6
.github/workflows/npmpublish.yml
vendored
6
.github/workflows/npmpublish.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Node.js Package
|
name: Release Packages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
@ -14,12 +14,8 @@ jobs:
|
|||||||
node-version: 14
|
node-version: 14
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Lint
|
|
||||||
run: npm run lint
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Test
|
|
||||||
run: npm run test
|
|
||||||
- name: Readmes
|
- name: Readmes
|
||||||
run: npm run readmes
|
run: npm run readmes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user