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