We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lerna bootstrap
1 parent e220f96 commit 33c3849Copy full SHA for 33c3849
Makefile
@@ -56,7 +56,7 @@ pristine: clean ## clean all installed dependencies
56
57
.PHONY: node_modules
58
node_modules: package.json ## install node modules
59
- yarn $(YARN_I) $(YARN_FLAGS) && lerna bootstrap && touch node_modules
+ yarn $(YARN_I) $(YARN_FLAGS) && touch node_modules
60
61
##
62
## --- 🚀 Release management ----------------------------------------------------
0 commit comments