Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit ce560c5

Browse files
authored
Merge pull request #112 from typescript-tools/remove-non-default-setting-in-generated-makefile
fix(make-depend)!: remove use of force-local
2 parents a1c5164 + 07ecd79 commit ce560c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MAKEDEPEND = $(MONOREPO) make-depend \
1515

1616
{{ package_directory }}/node_modules: $(MONOREPO) $({{ unscoped_package_name.replace("-", "_").to_uppercase() }}_INTERNAL_DEPENDENCY_MANIFESTS_INCLUSIVE)
1717
@$(MAKEDEPEND)
18-
$(LERNA) bootstrap --force-local --scope={{ scoped_package_name }} --include-dependencies
18+
$(LERNA) bootstrap --scope={{ scoped_package_name }} --include-dependencies
1919
@touch $@
2020

2121
$({{ unscoped_package_name.replace("-", "_").to_uppercase() }}_INTERNAL_DEPENDENCY_MANIFESTS_INCLUSIVE):

0 commit comments

Comments
 (0)