commit cf8c0725a4cbc66bc9c11c201cbdfbf07aa1e6b3 parent e671880b9e11b020c3fc797fb45e6e4b8ee3ee62 Author: Florian Dold <florian@dold.me> Date: Mon, 5 Jun 2023 14:39:05 +0200 demobank-ui: fix make install Diffstat:
| M | packages/demobank-ui/Makefile | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/packages/demobank-ui/Makefile b/packages/demobank-ui/Makefile @@ -13,6 +13,5 @@ install: pnpm run check pnpm run build install -d $(spa_dir) - rm -rf ./dist/components - install ./dist/* $(spa_dir) + install ./dist/prod/* $(spa_dir)