Files
VRCX/build-node.js.cmd
Yuki 9316cee168 One-click build (#188)
* 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
2021-04-20 13:57:06 +09:00

6 lines
56 B
Batchfile

cd html
call npm ci
call npm run production
cd ..
pause