demobank-ui: fix make install

This commit is contained in:
Florian Dold 2023-06-05 14:39:05 +02:00
parent e671880b9e
commit cf8c0725a4
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -13,6 +13,5 @@ install:
pnpm run check pnpm run check
pnpm run build pnpm run build
install -d $(spa_dir) install -d $(spa_dir)
rm -rf ./dist/components install ./dist/prod/* $(spa_dir)
install ./dist/* $(spa_dir)