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/13 21:51:31 UTC

[superset] branch update-makefile created (now 1ebc3fb)

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

hugh pushed a change to branch update-makefile
in repository https://gitbox.apache.org/repos/asf/superset.git.


      at 1ebc3fb  Update Makefile

This branch includes the following new commits:

     new 1ebc3fb  Update Makefile

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[superset] 01/01: Update Makefile

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1ebc3fb99e99e0d6da342f9aaafdacfaa8c7fd81
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Mon Dec 13 16:49:12 2021 -0500

    Update Makefile
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 51c2b03..5e233c1 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,9 @@ superset:
 
 	# Load some data to play with
 	superset load-examples
+	
+	# Install node packages
+	cd superset-frontend; npm install
 
 update: update-py update-js