mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix script name
This commit is contained in:
parent
f8f804da36
commit
23a0b97fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ fi
|
|||
|
||||
# Run the build
|
||||
npm run docs
|
||||
NODE_ENV=production npm run webpack
|
||||
NODE_ENV=production npm run build:browser
|
||||
|
||||
if [ $DONT_COMMIT == true ]; then
|
||||
echo -e "\e[36m\e[1mNot commiting - exiting early"
|
||||
|
|
|
|||
Loading…
Reference in a new issue