Skip to content

Commit

Permalink
chore(workflow): remove typecheck step from npm publish workflow to s…
Browse files Browse the repository at this point in the history
…treamline the process
  • Loading branch information
alisaitteke committed Nov 23, 2024
1 parent b3f804a commit d524af4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:

- name: Generate package-lock.json
run: npm install --package-lock-only

- run: npm run typecheck
- run: npm run lint
- run: npm run build

Expand Down

0 comments on commit d524af4

Please sign in to comment.