Skip to content

Commit

Permalink
chore(#20) : update make file to run make shell
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyHers committed Jun 28, 2023
1 parent dcf529a commit 6a2bc1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ master:
git chechout master

ready:
fvm flutter analyze && fvm flutter test
fvm flutter analyze && fvm flutter test

shell:
./scripts/env.sh

0 comments on commit 6a2bc1b

Please sign in to comment.