mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-09 18:03:49 +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
|