MCPcopy Create free account
hub / github.com/monkeytypegame/monkeytype / installDependencies

Function installDependencies

packages/release/src/index.js:166–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164};
165
166const installDependencies = () => {
167 console.log("Installing dependencies...");
168 runProjectRootCommand("pnpm i");
169};
170
171const buildProject = () => {
172 console.log("Building project...");

Callers 1

mainFunction · 0.85

Calls 1

runProjectRootCommandFunction · 0.85

Tested by

no test coverage detected