Do not swipe /docs folder when publishing webapp

This commit is contained in:
Marian Steinbach 2018-05-25 19:21:09 +02:00
parent c7e1797d36
commit ecd91588d2
1 changed files with 0 additions and 1 deletions

View File

@ -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: