From 7d6ba1c1f87700e5135ea268019e7f168291667e Mon Sep 17 00:00:00 2001 From: Taegus Date: Sun, 23 Dec 2018 12:10:43 +0100 Subject: [PATCH] * simplified build script --- build_win.bat | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build_win.bat b/build_win.bat index 7e79e3e..c0488e1 100644 --- a/build_win.bat +++ b/build_win.bat @@ -1,11 +1,2 @@ @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 \ No newline at end of file