summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-02 18:12:59 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-02 18:12:59 +0100
commita5137c32650b0b9aa2abbe55e4f4f3f60ed78e07 (patch)
treec65040b7271aabc188695b964998671e8fc50328 /Makefile
parentb5ee6b7b4ee506712f51e1b90e9256c4b0c0c603 (diff)
downloadwallet-core-a5137c32650b0b9aa2abbe55e4f4f3f60ed78e07.tar.gz
wallet-core-a5137c32650b0b9aa2abbe55e4f4f3f60ed78e07.tar.bz2
wallet-core-a5137c32650b0b9aa2abbe55e4f4f3f60ed78e07.zip
rollup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9372fe1b6..4190b14d0 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,9 @@ endif
watch: tsconfig.json
./node_modules/.bin/webpack --watch
+.PHONY: rollup
+rollup: tsc
+ ./node_modules/.bin/rollup -c
# Create the node_modules directory for the android wallet
package-android: