Add convenient scripts for pod management
This commit is contained in:
parent
a31ad09711
commit
7c458f8426
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
time bundle exec pod lib lint --allow-warnings --verbose
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
time bundle exec pod trunk push --allow-warnings --verbose
|
Loading…
Reference in New Issue