aboutsummaryrefslogtreecommitdiff
path: root/build-system/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build-system/Makefile')
-rw-r--r--build-system/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index 7511c367d..ef2fce36b 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -46,6 +46,10 @@ check: compile
webextension: compile
cd ./packages/taler-wallet-webextension/ && ./pack.sh
+.PHONY: dev-view
+webextension-dev-view: compile
+ pnpm run --filter @gnu-taler/taler-wallet-webextension storybook
+
.PHONY: integrationtests
integrationtests: compile
./packages/taler-integrationtests/testrunner '*'