From ecd91588d25f20e0526bb4782d85cc82d72a71a8 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Fri, 25 May 2018 19:21:09 +0200 Subject: [PATCH] Do not swipe /docs folder when publishing webapp --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 958bbf5..a0be59d 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,6 @@ webapp/node_modules: # Build webapp webapp: webapp/node_modules cd webapp && npx webpack --config webpack.config.js - rm -rf ./docs/* cp -r webapp/dist/* ./docs/ serve-webapp: