2019-05-27 18:12:30 +03:00
|
|
|
cd WebApp
|
|
|
|
call npm install
|
|
|
|
call npm run lint
|
|
|
|
call npm run test
|
2020-08-22 01:06:51 +03:00
|
|
|
start npm run dev -- -p 8080
|
2020-08-26 06:48:43 +03:00
|
|
|
waitfor SomethingThatIsNeverHappening /t 1 2> nul
|
2019-05-27 18:12:30 +03:00
|
|
|
call npm run newman
|