From f5b9dc419df2073ac45986704117f4f6c3904b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Georget?= Date: Wed, 7 Dec 2016 19:31:21 +0100 Subject: [PATCH] Fix setup installation --- scripts/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/setup.sh b/scripts/setup.sh index fce88324668..d0ebe155f78 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -9,3 +9,6 @@ npm install echo "${GREEN}Bootstraping packages and building dashboard...${NC}" echo "This can take few minutes (2-3)" node node_modules/lerna/bin/lerna bootstrap +echo "${GREEN}Linking Strapi CLI...${NC}" +cd packages/strapi +npm link