Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
61
def
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
bundle
Method · 0.85
Calls
2
pushd
Function · 0.85
webdir_path
Function · 0.85
Tested by
no test coverage detected