Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
fix `set -eo pipefail`
  • Loading branch information
michaelhenry authored Apr 21, 2021
1 parent a7f9899 commit 745686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const shell = require('shelljs');
shell.exec("set - eo pipefail")
shell.exec("set -eo pipefail")
shell.exec("gem install cocoapods")
shell.env["LIB_VERSION"] = shell.exec("echo $(git describe --tags `git rev-list --tags --max-count=1`)")
shell.exec("pod lib lint --allow-warnings")
Expand Down

0 comments on commit 745686a

Please sign in to comment.