From 9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 17 Jul 2020 18:00:34 +0530 Subject: upgrade rollup; bundle TS directly This also resolves a problem where symbols weren't exported correctly for the Android wallet-core bundle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f637983eb..87a7f0573 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ install: tsc endif .PHONY: rollup -rollup: tsc +rollup: yarn-install ./node_modules/.bin/rollup -c .PHONY: lint -- cgit v1.2.3