Skip to content

Commit

Permalink
important change to MakeFile (apache#18037)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi authored and shcoderAlex committed Feb 7, 2022
1 parent 7a2756b commit 8bb7bb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ all: dev


.PHONY: build
# Create an admin user in your metadata database
# superset fab create-admin \
# --username admin \
# --firstname "Admin I."\
# --lastname Strator \
# --email admin@superset.io \
# --password general

build:
@echo "***Build images***"
Expand Down

0 comments on commit 8bb7bb7

Please sign in to comment.