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