Skip to content

Commit 33c3849

Browse files
committed
Chore: Remove unsupported lerna bootstrap command
1 parent e220f96 commit 33c3849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pristine: clean ## clean all installed dependencies
5656

5757
.PHONY: node_modules
5858
node_modules: package.json ## install node modules
59-
yarn $(YARN_I) $(YARN_FLAGS) && lerna bootstrap && touch node_modules
59+
yarn $(YARN_I) $(YARN_FLAGS) && touch node_modules
6060

6161
##
6262
## --- 🚀 Release management ----------------------------------------------------

0 commit comments

Comments
 (0)