aboutsummaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
Diffstat (limited to 'build-system')
-rw-r--r--build-system/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index 20c6ce889..9da81f452 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -42,28 +42,21 @@ submodules-update:
.PHONY: check
check:
- pnpm i -r --frozen-lockfile
+ pnpm install -r --frozen-lockfile
pnpm run compile
pnpm run check
-.PHONY: webextensions
+.PHONY: webextension
webextension:
- pnpm i -r --frozen-lockfile
- pnpm run compile
+ pnpm install --frozen-lockfile --filter @gnu-taler/taler-wallet-webextension...
cd ./packages/taler-wallet-webextension/ && ./pack.sh
.PHONY: webextension-dev-view
webextension-dev-view:
- pnpm i -r --frozen-lockfile
+ pnpm install -r --frozen-lockfile
pnpm run compile
pnpm run --filter @gnu-taler/taler-wallet-webextension storybook
-.PHONY: integrationtests
-integrationtests: compile
- pnpm i -r --frozen-lockfile
- pnpm run compile
- ./packages/taler-integrationtests/testrunner '*'
-
.PHONY: i18n
i18n: compile
# extract translatable strings