Skip to content

Commit

Permalink
fix(travis): fixes an npm verification bug
Browse files Browse the repository at this point in the history
Fakes creation of package.json temporarily to appease the verification process
  • Loading branch information
ashblue committed May 31, 2019
1 parent d4c0ca4 commit 3bbb40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[
"@semantic-release/exec",
{
"verifyConditionsCmd": "npm run build",
"prepareCmd": "npm run build"
}
],
Expand Down

0 comments on commit 3bbb40c

Please sign in to comment.