Skip to content

Commit

Permalink
fix: publish transpiled code (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Sep 16, 2018
1 parent ac2730f commit 4666013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ node_js:
install:
- yarn
script:
- yarn build
- yarn test
after_success:
- yarn semantic-release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jest-runner-tsc",
"version": "0.0.0-development",
"description": "A Jest Runner for the TypeScript compiler",
"main": "src",
"main": "dist",
"engines": {
"node": ">=6"
},
Expand Down

0 comments on commit 4666013

Please sign in to comment.