Skip to content

Commit 1e83f30

Browse files
authored
chore: add build step
Add build step before publishing to npm
1 parent c935245 commit 1e83f30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node-version: '24.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
- run: npm ci
20+
- run: npm run build
2021
- run: npm publish --provenance --access public
2122
env:
2223
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)