summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-10-05 23:31:08 +0530
committerFlorian Dold <florian.dold@gmail.com>2019-10-05 23:31:08 +0530
commit4aaa66f39058ec4586cab1108583302fa569edff (patch)
tree82979e3a8205fbdbb60f88423f0cb218ce4ca616
parentac506ebff47ebcab6b40d394b82c993c9cbd315e (diff)
downloadwallet-core-4aaa66f39058ec4586cab1108583302fa569edff.tar.gz
wallet-core-4aaa66f39058ec4586cab1108583302fa569edff.tar.bz2
wallet-core-4aaa66f39058ec4586cab1108583302fa569edff.zip
build system
-rw-r--r--Makefile2
m---------build-scripts0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0003a647b..627795936 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ else
.PHONY: install
install: tsc
@echo "installing to" $(prefix)
- npm install -g --prefix $(prefix) .
+ yarn global add file://$(CURDIR) --prefix $(prefix)
endif
.PHONY: watch
diff --git a/build-scripts b/build-scripts
-Subproject 266a52be97c3d15b1f250b06dd59ef048d78f1e
+Subproject cbc00c008d5e03bb64c392c6a9e7046568b67ec