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