Skip to content

Commit

Permalink
Fix NPM deploy via Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Mar 26, 2024
1 parent 75cbc6e commit 3a5c62e
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 @@ -62,6 +62,8 @@ jobs:
- npx tsc --version
script:
- yarn compile
before_deploy:
- npm install -g npm@9
deploy:
provider: npm
email: [email protected]
Expand Down

0 comments on commit 3a5c62e

Please sign in to comment.