Skip to content

Commit

Permalink
Fix deploy to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Aug 30, 2024
1 parent c296530 commit 333179b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
- npm install
script:
- npx tsc
before_deploy:
- npm install -g npm@9
deploy:
provider: npm
email: [email protected]
Expand Down

0 comments on commit 333179b

Please sign in to comment.