* simplified build script

This commit is contained in:
Taegus
2018-12-23 12:10:43 +01:00
parent ba1b8bb82c
commit 7d6ba1c1f8

View File

@@ -1,11 +1,2 @@
@ECHO OFF @ECHO OFF
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
call npm run dist call npm run dist