Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
const
installDependencies = () => {
167
console.log(
"Installing dependencies..."
);
168
runProjectRootCommand(
"pnpm i"
);
169
};
170
171
const
buildProject = () => {
172
console.log(
"Building project..."
);
Callers
1
main
Function · 0.85
Calls
1
runProjectRootCommand
Function · 0.85
Tested by
no test coverage detected