Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ env_js
Function
env_js
tasks.py:98–105 ·
view source on GitHub ↗
Install JS development environment
(context: Context)
Source
from the content-addressed store, hash-verified
96
97
@task
98
def
env_js(context: Context):
99
""
"Install JS development environment"
""
100
in_js(
101
context,
102
"npm ci"
,
103
"npm run build"
,
104
hide=
"out"
,
105
)
106
107
108
@task
Callers
1
env
Function · 0.85
Calls
1
in_js
Function · 0.85
Tested by
no test coverage detected