Skip to content

Commit

Permalink
fix: deploy issues (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan authored Jun 27, 2019
1 parent 1f43526 commit 1868c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test/
tests/
coverage/
src/
*.log
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"test:integration": "ts-node --files tests/integration/index.ts",
"precommit": "lint-staged",
"compile": "tsc",
"prepublish": "npm run compile",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
"prepublishOnly": "npm run compile",
"semantic-release": "semantic-release"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 1868c2f

Please sign in to comment.