3 lines
42 B
Batchfile
3 lines
42 B
Batchfile
|
@echo on
|
||
|
call npm install
|
||
|
call npm run dev
|