Added package command to prune dev modules

This commit is contained in:
Pax1601
2023-07-27 17:15:57 +02:00
parent 3fac8a5663
commit 7961870ac4
4 changed files with 396 additions and 86 deletions

4
package.bat Normal file
View File

@@ -0,0 +1,4 @@
cd client
call npm prune --production
cd ..
call "C:\Program Files (x86)\Inno Setup 6\iscc.exe" "installer\olympus.iss"