We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d6029 commit 4b0d152Copy full SHA for 4b0d152
1 file changed
Makefile
@@ -46,7 +46,8 @@ depends-parser: install
46
47
48
# Unlink any linked dependencies before building a bundle.
49
-bundle-pre:
+# Also run parent @patternslib/dev `bundle-pre` (double colon `::`)
50
+bundle-pre::
51
-$(YARN) unlink @patternslib/dev
52
-$(YARN) unlink @patternslib/pat-content-mirror
53
-$(YARN) unlink @patternslib/pat-doclock
0 commit comments