Add missing yarn link to Makefile

This commit is contained in:
joeduffy 2017-06-13 18:19:04 -07:00
parent a42b40f1a8
commit 54b19a5a42

View file

@ -20,7 +20,7 @@ clean:
.PHONY: build
build:
@echo "\033[0;32mBUILD:\033[0m"
@yarn link @lumi/lumi # ensure we resolve to Lumi's stdlib.
@yarn link @lumi/lumirt # ensure we resolve to Lumi's rtlib.
@lumijs # compile the LumiPack
@lumi pack verify # ensure the pack verifies