rename aml
This commit is contained in:
parent
df53866e6b
commit
c680f5aa71
@ -6,10 +6,10 @@ include .config.mk
|
|||||||
all:
|
all:
|
||||||
@echo run \'make install\' to install
|
@echo run \'make install\' to install
|
||||||
|
|
||||||
spa_dir=$(prefix)/share/taler/exchange-backoffice-ui
|
spa_dir=$(prefix)/share/taler/aml-backoffice-ui
|
||||||
|
|
||||||
install:
|
install:
|
||||||
pnpm install --frozen-lockfile --filter @gnu-taler/exchange-backoffice-ui...
|
pnpm install --frozen-lockfile --filter @gnu-taler/aml-backoffice-ui...
|
||||||
pnpm run check
|
pnpm run check
|
||||||
pnpm run build
|
pnpm run build
|
||||||
install -d $(spa_dir)
|
install -d $(spa_dir)
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@gnu-taler/exchange-backoffice-ui",
|
"name": "@gnu-taler/aml-backoffice-ui",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"author": "sebasjm",
|
"author": "sebasjm",
|
||||||
"license": "AGPL-3.0-OR-LATER",
|
"license": "AGPL-3.0-OR-LATER",
|
||||||
@ -62,6 +62,6 @@
|
|||||||
"typescript": "4.9.4"
|
"typescript": "4.9.4"
|
||||||
},
|
},
|
||||||
"pogen": {
|
"pogen": {
|
||||||
"domain": "exchange-backoffice"
|
"domain": "aml-backoffice"
|
||||||
}
|
}
|
||||||
}
|
}
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
471
pnpm-lock.yaml
471
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user