MCPcopy Index your code
hub / github.com/plotly/dash / npm

Method npm

dash/development/build_process.py:63–66  ·  view source on GitHub ↗

Job to install npm packages.

(self)

Source from the content-addressed store, hash-verified

61
62 @job("run `npm ci`")
63 def npm(self):
64 """Job to install npm packages."""
65 os.chdir(self.main)
66 run_command_with_process("npm ci")
67
68 @job("build the renderer in dev mode")
69 def watch(self):

Callers 1

buildMethod · 0.95

Calls 1

run_command_with_processFunction · 0.85

Tested by

no test coverage detected