commit 3557e307a8e3894819c908e3a0eae5ef93411924 parent c59f9a2556731ad95ab8bd7eefe7fa8a41629834 Author: Sebastian <sebasjm@gmail.com> Date: Wed, 21 Dec 2022 12:58:27 -0300 fix: install doesn't work if there is directory inside Diffstat:
| M | packages/demobank-ui/Makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/packages/demobank-ui/Makefile b/packages/demobank-ui/Makefile @@ -13,5 +13,6 @@ install: pnpm run check pnpm run build install -d $(spa_dir) + rm -rf ./dist/components install ./dist/* $(spa_dir)