chore: add correct build step (#426)

This commit is contained in:
Soham Kulkarni 2025-03-26 13:58:07 +05:30 committed by GitHub
parent bd77462d01
commit 8cc3b45c18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ jobs:
with:
node-version: 20
- run: npm install
- run: npm build
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}