Skip to content

Commit

Permalink
make standalone added
Browse files Browse the repository at this point in the history
  • Loading branch information
andreax79 committed Oct 29, 2022
1 parent 7d74738 commit 5da1d82
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 @@ -28,6 +28,9 @@ webserver:
scheduler:
@./scripts/airflow.sh scheduler

standalone:
@./scripts/airflow.sh standalone

build: clean
python3 setup.py bdist_wheel
python3 setup.py sdist bdist_wheel
Expand Down

0 comments on commit 5da1d82

Please sign in to comment.