MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / try_building_js

Function try_building_js

web/pgadmin/utils/javascript/javascript_bundler.py:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60
61def try_building_js():
62 with pushd(webdir_path()):
63 if call(['yarn', 'run', 'bundle:dev']) != 0:
64 raise OSError('Error executing bundling the application')

Callers 1

bundleMethod · 0.85

Calls 2

pushdFunction · 0.85
webdir_pathFunction · 0.85

Tested by

no test coverage detected