diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/demobank-ui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/demobank-ui/Makefile b/packages/demobank-ui/Makefile index f1cddf0fe..11a71f589 100644 --- 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) |