From fc1768134c7992533bbfd8b702a9e16a5f4c9354 Mon Sep 17 00:00:00 2001 From: sijinhui Date: Thu, 25 Apr 2024 10:19:12 +0800 Subject: [PATCH] fix pack error --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 0d00c6324..dc2630ee4 100755 --- a/start.sh +++ b/start.sh @@ -1,5 +1,5 @@ #!/bin/bash - +set -e # 加速 #yarn config set registry 'https://registry.npmmirror.com/' #yarn config set sharp_binary_host "https://npm.taobao.org/mirrors/sharp"