Merge branch 'staging' into group-chat-tweaks
This commit is contained in:
commit
04c580afb5
|
@ -1,5 +1,5 @@
|
|||
pushd %~dp0
|
||||
call npm install --no-audit
|
||||
node server.js
|
||||
node server.js %*
|
||||
pause
|
||||
popd
|
||||
|
|
|
@ -12,6 +12,6 @@ if %errorlevel% neq 0 (
|
|||
)
|
||||
)
|
||||
call npm install
|
||||
node server.js
|
||||
node server.js %*
|
||||
pause
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue