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
This commit is contained in:
Yuki
2021-04-20 13:57:06 +09:00
committed by GitHub
parent c2a9dd966b
commit 9316cee168
3 changed files with 42 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
cd html
call npm ci
call npm run production
cd ..
pause