Skip to content

Commit bd77462

Browse files
authored
chore: add build step in ci (#425)
1 parent 17994ab commit bd77462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
node-version: 20
1414
- run: npm install
15+
- run: npm build
1516
- uses: JS-DevTools/npm-publish@v3
1617
with:
1718
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)