You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/12/14 17:48:33 UTC

[superset] branch master updated: feat: Update makefile with frontend build (#17734)

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 215ee08  feat: Update makefile with frontend build (#17734)
215ee08 is described below

commit 215ee08a475c1ba0e49e58213ce2dbec14bf1b16
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Tue Dec 14 12:46:57 2021 -0500

    feat: Update makefile with frontend build (#17734)
    
    * Update Makefile
    
    * vibess
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 51c2b03..e253d37 100644
--- a/Makefile
+++ b/Makefile
@@ -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: