Skip to content

Commit

Permalink
fix(build): Try to put --pro as workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepentland committed Nov 17, 2018
1 parent e79be50 commit 6390c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prepare": "npm run build",
"test": "jest",
"test:cov": "jest --coverage",
"travis-deploy-once": "travis-deploy-once",
"travis-deploy-once": "travis-deploy-once --pro",
"semantic-release": "semantic-release"
}
}

0 comments on commit 6390c37

Please sign in to comment.