Build instructions

This commit is contained in:
Natsumi
2021-01-14 13:08:33 +13:00
parent 15c57959e8
commit bb33562bf3
2 changed files with 23 additions and 0 deletions

4
build-node.js.cmd Normal file
View File

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