Skip to content

Commit

Permalink
Merge branch 'development_2.0.0' into addmembers
Browse files Browse the repository at this point in the history
  • Loading branch information
nabilasherif authored Aug 8, 2024
2 parents 814183b + de4c54e commit 3f60e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ endif
install:
$(server) && poetry install
$(server) && poetry check
$(client) && yarn
$(client) && pnpm install
runserver:
$(server) && $(CMD) python3 manage.py runserver
runclient:
$(client) && pnpm install && pnpm dev
$(client) && pnpm run dev
test:
$(server) && $(CMD) python3 manage.py test
lint:
$(server) && $(CMD) black . --exclude=__init__.py
$(server) && $(CMD) flake8 . --exclude=__init__.py
$(client) && yarn lint
$(client) && pnpm run lint
migrate:
$(server) && $(CMD) python3 manage.py makemigrations
$(server) && $(CMD) python3 manage.py migrate
Expand Down

0 comments on commit 3f60e34

Please sign in to comment.