From 064fe9426df10f8681271a20bc1383410fa475e0 Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Sun, 6 Dec 2015 06:48:40 -0800 Subject: [PATCH] Fix lerna path --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 43187ed975..5444aa3376 100644 --- a/Makefile +++ b/Makefile @@ -53,13 +53,13 @@ test-ci: publish: git pull --rebase make test - lerna publish + ./node_modules/.bin/lerna publish make clean #./scripts/build-website.sh bootstrap: npm install - lerna bootstrap + ./node_modules/.bin/lerna bootstrap make build cd packages/babel-runtime; \ node scripts/build-dist.js