summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-17 18:00:34 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-17 18:00:34 +0530
commit9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab (patch)
treed490bf734f68cd1f6ef9b64ff4ea7654ef8fcc60 /Makefile
parent50550da3c2acde7aebff13018b64c7957b0bc9b2 (diff)
downloadwallet-core-9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab.tar.gz
wallet-core-9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab.tar.bz2
wallet-core-9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab.zip
upgrade rollup; bundle TS directlyv0.7.1-dev.9
This also resolves a problem where symbols weren't exported correctly for the Android wallet-core bundle
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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