Skip to content

Commit

Permalink
Fix build on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jul 5, 2023
1 parent 87c4bdc commit 150710c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6,912 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/node_modules/
.idea
.nyc_output
yarn.lock
package-lock.json
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ jobs:
- name: "Publish to NPM"
stage: deploy
if: tag IS present
before_install:
- npm version $TRAVIS_TAG --no-git-tag-version
install:
- npm install
script:
- npm version $TRAVIS_TAG --no-git-tag-version
- npx tsc
deploy:
provider: npm
Expand All @@ -66,4 +67,5 @@ jobs:
on:
tags: true
cleanup: false
skip_cleanup: true

Loading

0 comments on commit 150710c

Please sign in to comment.