+ linux binaries

* use paths based on OS
* minimal install
This commit is contained in:
Taegus
2018-12-22 16:36:49 +01:00
parent 3941ba7a3e
commit d7df361714
4 changed files with 38 additions and 7 deletions

View File

@@ -3,6 +3,8 @@ ECHO Clean the cache first
call npm cache clean --force
ECHO Prune the project for production
call npm prune --production
ECHO delete node modules
rmdir node_modules /S /Q
ECHO Install all dependencies
call npm install
ECHO Make a distribution