mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 15:43:50 +01:00
build.sh: add export NODE_ENV=production
This commit is contained in:
parent
0e7b292bb1
commit
63abd1f539
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.";
|
||||
fi
|
||||
|
||||
# This causes the eleventy docs site to minify stuff
|
||||
export NODE_ENV=production;
|
||||
|
||||
# ██████ ██ ██████ ██ ██ ██ ██ ██████
|
||||
# ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
||||
# ██ ██ ██████ ██ ██ ██ ██ ██ ██
|
||||
|
Loading…
Reference in New Issue
Block a user