9 lines
59 B
Batchfile
9 lines
59 B
Batchfile
@echo off
|
|
%~d0
|
|
cd %~dp0
|
|
|
|
cd..
|
|
npm run install
|
|
|
|
cd bin
|
|
pause |