This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch more-notebook-tweaks in repository https://gitbox.apache.org/repos/asf/superset.git
commit 587759779443abfed5c118f5144f31ac8d054464 Author: Evan Rusackas <[email protected]> AuthorDate: Thu Mar 21 23:18:52 2024 -0600 fixing frozen modules error --- superset-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 7f3a80ea77..711ae86b13 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -70,7 +70,7 @@ "tdd": "cross-env NODE_ENV=test jest --watch", "test": "cross-env NODE_ENV=test jest", "type": "tsc --noEmit", - "update-maps": "jupyter nbconvert --to notebook --execute --inplace 'plugins/legacy-plugin-chart-country-map/scripts/Country Map GeoJSON Generator.ipynb' -Xfrozen_modules=off", + "update-maps": "jupyter nbconvert --to notebook --execute --inplace 'plugins/legacy-plugin-chart-country-map/scripts/Country Map GeoJSON Generator.ipynb'", "validate-release": "../RELEASING/validate_this_release.sh" }, "browserslist": [
