chore: add build step in ci (#425)
This commit is contained in:
parent
17994abb92
commit
bd77462d01
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
- run: npm build
|
||||||
- uses: JS-DevTools/npm-publish@v3
|
- uses: JS-DevTools/npm-publish@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.NPM_TOKEN }}
|
token: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user