Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
mjvallone committed Sep 28, 2020
2 parents 6f6cb9e + 9f40f91 commit a20d7a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ server:
@python manage.py runserver

frontend:
@cd frontend && npm run start

dev-frontend:
@cd frontend && npm run build-dev
@cd frontend && npm run start

Expand Down

0 comments on commit a20d7a0

Please sign in to comment.