From a2ff528c66255e8872fc85aadca471335c46ac2b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 13 Jul 2021 11:48:24 -0300 Subject: added information about how to run storybook --- build-system/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build-system/Makefile') 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 '*' -- cgit v1.2.3