From aff937b52d91cf1319f9b3835b70aa64627b2c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=9B=E7=9A=93?= Date: Mon, 4 Jan 2021 20:44:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20install-node,=20?= =?UTF-8?q?=E8=80=83=E8=99=91=E5=88=B0=20def=20=E6=9E=84=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=9C=89=E7=82=B9=E4=B9=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 72d817392..bf5015cc5 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -7,7 +7,7 @@ echo "Deploy ${PWD} -> ${BUILD_DEST} ..." cd deploy-space # basic environment preparing -tnpm install @ali/tyarn lerna --install-node=14 +tnpm install @ali/tyarn lerna mv node_modules .env export PATH=$WORK_DIR/deploy-space/.env/.bin:$PATH