MCPcopy
hub / github.com/webpack/webpack / runSetupSymlinkAsync

Function runSetupSymlinkAsync

setup/setup.js:36–40  ·  view source on GitHub ↗

* @returns {Promise<void>} result

()

Source from the content-addressed store, hash-verified

34 * @returns {Promise<void>} result
35 */
36async function runSetupSymlinkAsync() {
37 await exec("yarn", ["install"], "Install dependencies");
38 await exec("yarn", ["link"], "Create webpack symlink");
39 await exec("yarn", ["link", "webpack"], "Link webpack into itself");
40}
41
42/**
43 * @returns {Promise<boolean>} result

Callers 1

setupFunction · 0.85

Calls 1

execFunction · 0.70

Tested by

no test coverage detected