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