Skip to content

Commit 4b0d152

Browse files
committed
fix(Makefile): Change bundle-pre target to run also run the parent target.
1 parent 80d6029 commit 4b0d152

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ depends-parser: install
4646

4747

4848
# Unlink any linked dependencies before building a bundle.
49-
bundle-pre:
49+
# Also run parent @patternslib/dev `bundle-pre` (double colon `::`)
50+
bundle-pre::
5051
-$(YARN) unlink @patternslib/dev
5152
-$(YARN) unlink @patternslib/pat-content-mirror
5253
-$(YARN) unlink @patternslib/pat-doclock

0 commit comments

Comments
 (0)