Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9cd47e0

Browse files
improve scripts
1 parent 32885fd commit 9cd47e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎scripts/build_docs.sh‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ if which jazzy >/dev/null; then
1414
--source-directory . \
1515
--readme 'README.md' \
1616
--documentation 'Guides/*.md' \
17-
--output docs/ \;
17+
--output docs/
18+
exit
1819
else
1920
echo "
2021
Error: jazzy not installed! <https://github.com/realm/jazzy>

‎scripts/lint.sh‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ VERSION="0.24.0"
44

55
if which swiftlint >/dev/null && [ $(swiftlint version) == $VERSION ]; then
66
swiftlint lint --config ./.swiftlint.yml
7+
exit
78
else
89
echo "
910
Warning: SwiftLint $VERSION not installed!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /