Blame Raw
Cohee · 51ad27fb · · 6 lines (167 B)
1 contributor
1@echo off
2pushd %~dp0
3call npm install --no-save --no-audit --no-fund --loglevel=error --no-progress --omit=dev --ignore-scripts
4npm run start server.js %*
5pause
6popd