Skip to content

Commit

Permalink
Makefile: make explicit that node_modules is dependency of base (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white authored Nov 8, 2024
1 parent a17649d commit b81f13c
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 b81f13c

Please sign in to comment.