Skip to content

Commit

Permalink
chore: remove overmind binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor-Bernard committed Feb 20, 2024
1 parent d4fda76 commit 5577afb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
@echo 'db environment updated'

dev: env
@command -v overmind > /dev/null 2>&1 || { echo >&2 "please install overmind first"; exit 1; }
@yarn run dev

db-migrate: env
Expand Down
1 change: 0 additions & 1 deletion bin.lock

This file was deleted.

Binary file removed bin/overmind
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lib": "lib"
},
"scripts": {
"dev": "bin/overmind s -f Procfile.dev"
"dev": "overmind s -f Procfile.dev"
},
"author": "CS169l flextentions development team",
"license": "BSD-2-Clause"
Expand Down

0 comments on commit 5577afb

Please sign in to comment.