Fix "make webapp" target

This commit is contained in:
Marian Steinbach 2018-04-05 20:24:40 +02:00
parent cedb2e8cba
commit 48ac7f192d
1 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ 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
rm -rf ./docs/*
cp -r webapp/dist/* ./docs/