fix spa dir
This commit is contained in:
parent
cf8c0725a4
commit
df53866e6b
@ -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)
|
||||
|
||||
|
@ -11,5 +11,5 @@ spa_dir=$(prefix)/share/taler/merchant-backoffice
|
||||
install:
|
||||
pnpm install --frozen-lockfile --filter @gnu-taler/merchant-backoffice...
|
||||
pnpm run build
|
||||
(cd dist && find . -type f -exec install -D "{}" "$(spa_dir)/{}" \;)
|
||||
(cd dist/prod && find . -type f -exec install -D "{}" "$(spa_dir)/{}" \;)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user