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:
|
||||
node-version: 20
|
||||
- run: npm install
|
||||
- run: npm build
|
||||
- uses: JS-DevTools/npm-publish@v3
|
||||
with:
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user