Skip to content

Commit

Permalink
Makefile: make explicit that node_modules is dependency of base (geto…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white authored and alxndrsn committed Nov 9, 2024
1 parent d986622 commit c434c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ check-migrations: node_version
# RUN SERVER

.PHONY: base
base: node_version migrations check-migrations
base: node_modules node_version migrations check-migrations

.PHONY: dev
dev: base
Expand Down

0 comments on commit c434c82

Please sign in to comment.