Fix "make webapp" target

This commit is contained in:
Marian Steinbach 2018-04-05 20:24:40 +02:00
parent cedb2e8cba
commit 48ac7f192d

View file

@ -16,5 +16,5 @@ webapp/node_modules:
# Build webapp # Build webapp
webapp: webapp/node_modules webapp: webapp/node_modules
cd webapp && npx webpack --config webpack.config.js cd webapp && npx webpack --config webpack.config.js
rm -rf ./docs rm -rf ./docs/*
cp -r webapp/dist ./docs cp -r webapp/dist/* ./docs/