fix spa dir
This commit is contained in:
parent
cf8c0725a4
commit
df53866e6b
@ -13,6 +13,5 @@ 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/prod/* $(spa_dir)
|
||||||
install ./dist/* $(spa_dir)
|
|
||||||
|
|
||||||
|
@ -11,5 +11,5 @@ spa_dir=$(prefix)/share/taler/merchant-backoffice
|
|||||||
install:
|
install:
|
||||||
pnpm install --frozen-lockfile --filter @gnu-taler/merchant-backoffice...
|
pnpm install --frozen-lockfile --filter @gnu-taler/merchant-backoffice...
|
||||||
pnpm run build
|
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