From e32fee491f86473ae683d8d3d609a8698b01bd19 Mon Sep 17 00:00:00 2001 From: fanxb Date: Tue, 29 Nov 2022 23:32:31 +0800 Subject: [PATCH] fix --- openRenamerBackend/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openRenamerBackend/start.sh b/openRenamerBackend/start.sh index 116e886..d064bb2 100644 --- a/openRenamerBackend/start.sh +++ b/openRenamerBackend/start.sh @@ -1 +1 @@ -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 +npm config set registry=https://registry.npmmirror.com && npm install && tsc && node dist/index.js \ No newline at end of file