mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
* Add cd .. to build-njs.cmd Minor Improvement, Working Dir should be returned to path that cmd located after build. * One-click build Add build.cmd to combine 3-steps build. Require VS x64 Native Shell to run cmd file. * Update build-7z.cmd
6 lines
56 B
Batchfile
6 lines
56 B
Batchfile
cd html
|
|
call npm ci
|
|
call npm run production
|
|
cd ..
|
|
pause
|