Skip to content

Commit 1a4f84e

Browse files
committed
Make: improve install
1 parent 986c01d commit 1a4f84e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
install:
1+
default: install
2+
3+
install: install_mix install_assets
4+
5+
install_mix:
26
mix deps.get
7+
8+
install_assets:
39
cd apps/components_guide_web/assets/ && npm ci
410

511
dev:

0 commit comments

Comments
 (0)