Skip to content

Commit

Permalink
chore(npm-publish): add a build step to the workflow before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodexhub committed Oct 2, 2023
1 parent adf1bbf commit 8057c74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: 🚧 Clean Install
run: npm ci

- name: ⚒️ Build TypeScript
run: npm run build

- name: 📌 Publish to npmjs
run: npm publish
env:
Expand Down

0 comments on commit 8057c74

Please sign in to comment.