mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
build.sh: add export NODE_ENV=production
This commit is contained in:
parent
0e7b292bb1
commit
63abd1f539
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -8,6 +8,9 @@ if [[ "${1}" == "ci" ]] && [[ ! -z "${is_main}" ]]; then
|
||||||
echo "Skipping build, because this commit does not appear to be on the 'main' branch, and we only deploy commits on the 'main' branch.";
|
echo "Skipping build, because this commit does not appear to be on the 'main' branch, and we only deploy commits on the 'main' branch.";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# This causes the eleventy docs site to minify stuff
|
||||||
|
export NODE_ENV=production;
|
||||||
|
|
||||||
# ██████ ██ ██████ ██ ██ ██ ██ ██████
|
# ██████ ██ ██████ ██ ██ ██ ██ ██████
|
||||||
# ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
# ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
||||||
# ██ ██ ██████ ██ ██ ██ ██ ██ ██
|
# ██ ██ ██████ ██ ██ ██ ██ ██ ██
|
||||||
|
|
Loading…
Reference in a new issue