7 lines
80 B
Batchfile
7 lines
80 B
Batchfile
@echo off
|
|
setlocal
|
|
cd /d "%~dp0"
|
|
cd mengyastore-frontend
|
|
npm run build
|
|
endlocal
|