From 3557e307a8e3894819c908e3a0eae5ef93411924 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 21 Dec 2022 12:58:27 -0300 Subject: fix: install doesn't work if there is directory inside --- packages/demobank-ui/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'packages') diff --git a/packages/demobank-ui/Makefile b/packages/demobank-ui/Makefile index 3c3a3f602..f1cddf0fe 100644 --- 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) -- cgit v1.2.3