Skip to content

Commit e204037

Browse files
committed
maint(build): Add and expose a "install" target alias to the Makefile as an alias to stamp-yarn.
1 parent 1b391cb commit e204037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ all:: bundle css
2121
########################################################################
2222
## Install dependencies
2323

24-
stamp-yarn:
24+
.PHONY: install
25+
stamp-yarn install:
2526
$(YARN) install
2627
# Install pre commit hook
2728
$(YARN) husky install

0 commit comments

Comments
 (0)