Skip to content

Commit

Permalink
fix: attempt to fix Travis not compiling our Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
sirsavary committed Jan 31, 2018
1 parent 771e213 commit 6295e68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ node_js:
- "5"
- "4"

before_script:
- npm run prepublish

cache:
yarn: true

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"npm": "=< ~5.1.0"
},
"scripts": {
"prepare": "tsc",
"prepublish": "tsc",
"release": "standard-version",
"test": "./node_modules/mocha/bin/mocha $NODE_DEBUG_OPTION --require ts-node/register ./test/**/*.spec.ts"
},
Expand Down

0 comments on commit 6295e68

Please sign in to comment.