mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 01:01:30 +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
|
# Run the build
|
||||||
npm run docs
|
npm run docs
|
||||||
NODE_ENV=production npm run webpack
|
NODE_ENV=production npm run build:browser
|
||||||
|
|
||||||
if [ $DONT_COMMIT == true ]; then
|
if [ $DONT_COMMIT == true ]; then
|
||||||
echo -e "\e[36m\e[1mNot commiting - exiting early"
|
echo -e "\e[36m\e[1mNot commiting - exiting early"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue