diff --git a/server.bat b/server.bat index 8003d3b4..0eed9a92 100644 --- a/server.bat +++ b/server.bat @@ -1,3 +1,3 @@ -call npm install -call npm run build -call npm run runserver \ No newline at end of file +call pnpm install +call pnpm run build +call pnpm run runserver diff --git a/server.sh b/server.sh index 5041f2e7..65c62b6d 100644 --- a/server.sh +++ b/server.sh @@ -1,3 +1,3 @@ -npm install -npm run build -npm run runserver \ No newline at end of file +pnpm install +pnpm run build +pnpm run runserver