Files
DiffableDataSources/Makefile
T
2019-06-24 12:03:35 +09:00

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