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