Skip to content

Commit

Permalink
fix(build): revert previous change
Browse files Browse the repository at this point in the history
and remove out property setting from tsconfig
  • Loading branch information
maxisam committed Dec 19, 2016
1 parent 98afb8c commit 00ec1b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ before_install:
before_script:
- npm prune
script:
- npm run clean:dist
- npm run build
after_success:
- npm run semantic-release
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"sourceMap": true,
"declaration": true,
"target": "es5",
"declarationDir": "dist",
"outDir": "dist"
"declarationDir": "dist"
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 00ec1b9

Please sign in to comment.