Update Makefile (#20922)

This commit is contained in:
Hugh A. Miles II 2022-08-01 14:06:58 -04:00 committed by GitHub
parent 8e0f16fade
commit 3a11856ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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