2023-01-12 03:31:09 +03:00
|
|
|
@echo off
|
|
|
|
|
2019-05-27 18:12:30 +03:00
|
|
|
cd WebApp
|
2022-09-07 03:57:53 +03:00
|
|
|
call npm install --legacy-peer-deps
|
2019-05-27 18:12:30 +03:00
|
|
|
call npm run lint
|
|
|
|
call npm run test
|
2020-08-22 01:06:51 +03:00
|
|
|
start npm run dev -- -p 8080
|
2021-09-15 04:26:51 +03:00
|
|
|
ping -n 10 127.0.0.1 >NUL
|
2022-09-07 03:57:53 +03:00
|
|
|
call npm run newman
|