Skip to content

Commit

Permalink
fix: ci missing packages for publish new release (#276)
Browse files Browse the repository at this point in the history
ci runs `npm run build` fails with `npm ERR! sh: 1: tsc: not found`

for this reason we cannot publish new release.
  • Loading branch information
anthogez authored Nov 30, 2023
1 parent ee41cb3 commit 1596027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ jobs:
steps:
- checkout
- run: sudo npm i -g semantic-release@22 @semantic-release/exec pkg
- run:
name: Install NPM packages
command: npm i
- run:
name: Publish to GitHub
command: semantic-release
Expand Down

0 comments on commit 1596027

Please sign in to comment.