mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
docs: fix typos (#3404)
This commit is contained in:
@@ -11,7 +11,7 @@ fi
|
||||
DONT_COMMIT=false
|
||||
|
||||
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||
echo -e "\e[36m\e[1mBuild triggered for PR #${TRAVIS_PULL_REQUEST} to branch \"${TRAVIS_BRANCH}\" - not commiting"
|
||||
echo -e "\e[36m\e[1mBuild triggered for PR #${TRAVIS_PULL_REQUEST} to branch \"${TRAVIS_BRANCH}\" - not committing"
|
||||
SOURCE_TYPE="pr"
|
||||
DONT_COMMIT=true
|
||||
elif [ -n "$TRAVIS_TAG" ]; then
|
||||
@@ -29,7 +29,7 @@ npm run docs
|
||||
NODE_ENV=production npm run build:browser
|
||||
|
||||
if [ $DONT_COMMIT == true ]; then
|
||||
echo -e "\e[36m\e[1mNot commiting - exiting early"
|
||||
echo -e "\e[36m\e[1mNot committing - exiting early"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user