Skip to content

Commit

Permalink
Fix smoketest dependency on .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haarhoff committed Jun 6, 2024
1 parent 09f09ce commit ea64814
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 @@ -25,7 +25,7 @@ prod:
test: node_modules
bun jest

smoketest:
smoketest: .env
./scripts/smoketest.sh

lint: node_modules
Expand Down

0 comments on commit ea64814

Please sign in to comment.