Skip to content

Commit a423d44

Browse files
committed
Update ember.sh fastboot test to match production
This script is reference from `package.json` and devlopment should behave the same as production.
1 parent bf570ca commit a423d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ember.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -ue
33

44
export FASTBOOT_DISABLED
55

6-
if [ "${USE_FASTBOOT:-0}" = '1' ]; then
6+
if [ -z "${USE_FASTBOOT}" ]; then
77
unset FASTBOOT_DISABLED
88
else
99
FASTBOOT_DISABLED=1

0 commit comments

Comments
 (0)