From 215ee08a475c1ba0e49e58213ce2dbec14bf1b16 Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Tue, 14 Dec 2021 12:46:57 -0500 Subject: [PATCH] feat: Update makefile with frontend build (#17734) * Update Makefile * vibess --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 51c2b0397d89..e253d37786f4 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: