mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
clean up webpack/deploy stuff (#2044)
* fix stuff i think * Update deploy.sh * Update deploy.sh
This commit is contained in:
@@ -34,7 +34,8 @@ fi
|
||||
npm run docs
|
||||
VERSIONED=false npm run webpack
|
||||
|
||||
if [ $DONT_COMMIT ]; then
|
||||
if [ $DONT_COMMIT == true ]; then
|
||||
echo -e "\e[36m\e[1mNot commiting - exiting early"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user