feat: Update makefile with frontend build (#17734)

* Update Makefile

* vibess
This commit is contained in:
Hugh A. Miles II 2021-12-14 12:46:57 -05:00 committed by GitHub
parent 2633bcccc3
commit 215ee08a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ superset:
# Load some data to play with
superset load-examples
# Install node packages
cd superset-frontend; npm install
update: update-py update-js
update-py: