Skip to content

Commit

Permalink
fix: update order of build for testing a release (#24317)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Oct 19, 2023
1 parent 19aaf12 commit 62547cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/contributing/testing-locally.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export SUPERSET_TESTENV=true
export CYPRESS_BASE_URL="http://localhost:8081"
superset db upgrade
superset load_test_users
superset load-examples --load-test-data
superset init
superset load-examples --load-test-data
superset run --port 8081
```

Expand Down

0 comments on commit 62547cc

Please sign in to comment.