fix: install doesn't work if there is directory inside

This commit is contained in:
Sebastian 2022-12-21 12:58:27 -03:00
parent c59f9a2556
commit 3557e307a8
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -13,5 +13,6 @@ 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/* $(spa_dir) install ./dist/* $(spa_dir)