diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-14 08:26:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-14 08:27:33 +0200 |
commit | 65ba19ace9ee95ac29394daf7326fffe33ae906d (patch) | |
tree | 826f5fe453e458b92bcaa8bca17e3d17f19f5798 /scripts/build | |
parent | 7f6ff4622220443a674eca1d67e74acb80b26798 (diff) | |
download | PeerTube-65ba19ace9ee95ac29394daf7326fffe33ae906d.tar.gz PeerTube-65ba19ace9ee95ac29394daf7326fffe33ae906d.tar.zst PeerTube-65ba19ace9ee95ac29394daf7326fffe33ae906d.zip |
Fix nightly build
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/client.sh b/scripts/build/client.sh index 74fb8ca1b..2bb322764 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh | |||
@@ -49,7 +49,7 @@ rm -rf ./dist | |||
49 | if [ -z ${1+x} ] || ([ "$1" != "--light" ] && [ "$1" != "--analyze-bundle" ]); then | 49 | if [ -z ${1+x} ] || ([ "$1" != "--light" ] && [ "$1" != "--analyze-bundle" ]); then |
50 | additionalParams="" | 50 | additionalParams="" |
51 | if [ ! -z ${1+x} ] && [ "$1" == "--source-map" ]; then | 51 | if [ ! -z ${1+x} ] && [ "$1" == "--source-map" ]; then |
52 | additionalParams="--sourceMap=true" | 52 | additionalParams="--source-map=true" |
53 | fi | 53 | fi |
54 | 54 | ||
55 | node --max_old_space_size=8192 node_modules/.bin/ng build --configuration production --output-path "dist/build" $additionalParams | 55 | node --max_old_space_size=8192 node_modules/.bin/ng build --configuration production --output-path "dist/build" $additionalParams |