diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-12-02 18:12:59 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-12-02 18:12:59 +0100 |
commit | a5137c32650b0b9aa2abbe55e4f4f3f60ed78e07 (patch) | |
tree | c65040b7271aabc188695b964998671e8fc50328 /Makefile | |
parent | b5ee6b7b4ee506712f51e1b90e9256c4b0c0c603 (diff) |
rollup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |