From 3a11856ecbd07ab8cf93c007c2086e61b6a8953f Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Mon, 1 Aug 2022 14:06:58 -0400 Subject: [PATCH] Update Makefile (#20922) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8dc7ffa8f..8304ccfb1 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ superset: superset load-examples # Install node packages - cd superset-frontend; npm install + cd superset-frontend; npm ci update: update-py update-js @@ -101,7 +101,7 @@ node-app: build-cypress: cd superset-frontend; npm run build-instrumented - cd superset-frontend/cypress-base; npm install + cd superset-frontend/cypress-base; npm ci open-cypress: if ! [ $(port) ]; then cd superset-frontend/cypress-base; CYPRESS_BASE_URL=http://localhost:9000 npm run cypress open; fi