From 37efadd7bcf2a4cfbf355d5869b3fb469cee11f3 Mon Sep 17 00:00:00 2001 From: fanxb Date: Tue, 29 Nov 2022 23:19:18 +0800 Subject: [PATCH] =?UTF-8?q?deploy:=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openRenamerBackend/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openRenamerBackend/start.sh b/openRenamerBackend/start.sh index 96b43a7..116e886 100644 --- a/openRenamerBackend/start.sh +++ b/openRenamerBackend/start.sh @@ -1 +1 @@ -yarn config set registry=https://registry.npmmirror.com && yarn && node dist/index.js \ No newline at end of file +npm config set registry=https://registry.npmmirror.com && npm install typescript -g && npm install && tsc && node dist/index.js \ No newline at end of file