18 lines
312 B
Makefile
18 lines
312 B
Makefile
setup:
|
|
git submodule update --init --recursive
|
|
|
|
carthage-submodule:
|
|
carthage update --no-build --use-submodules
|
|
|
|
gems-install:
|
|
bundle install --path vendor/bundle
|
|
|
|
docs-gen:
|
|
bundle exec jazzy --config .jazzy.yml
|
|
|
|
lib-lint:
|
|
bundle exec pod lib lint
|
|
|
|
pod-release:
|
|
bundle exec pod trunk push --allow-warnings
|