chore: sync
This commit is contained in:
11
build_frontend.bat
Normal file
11
build_frontend.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
set "ROOT=%~dp0"
|
||||
cd /d "%ROOT%SproutWorkCollect-Frontend"
|
||||
|
||||
npm install
|
||||
|
||||
npm run build
|
||||
|
||||
endlocal
|
||||
Reference in New Issue
Block a user