Skip to content

Commit

Permalink
fix: run git diff to find cause for failing release on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Luchs committed Dec 23, 2017
1 parent b74b8ee commit d82f883
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- node
before_deploy: "git diff"
deploy:
provider: npm
email: marvin@luchs.org
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"watch": "run-s clean dev",
"dev": "run-p \"compile -- --watch\" \"test -- --notify --watch\"",
"test": "jest --verbose",
"version": "",
"release": "standard-version"
},
"repository": {
Expand Down

0 comments on commit d82f883

Please sign in to comment.