Skip to content

Commit

Permalink
Makefile: make explicit that node_modules is dependency of base
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white committed Nov 8, 2024
1 parent a1c49cb commit d04df98
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 @@ -65,7 +65,7 @@ check-migrations: node_version
node lib/bin/check-migrations.js

.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 d04df98

Please sign in to comment.