Skip to content

Commit

Permalink
fix: Fix preversion script. (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbuso committed Feb 13, 2018
1 parent 68bfed4 commit c370e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preversion.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (process.env.BROWSERSTACK_USER === undefined ||
process.env.BROWSERSTACK_KEY === undefined) {
process.env.BROWSERSTACK_ACCESS_KEY === undefined) {
process.exit(1);
}

0 comments on commit c370e72

Please sign in to comment.