MCPcopy Index your code
hub / github.com/codecombat/codecombat / remove_dependencies

Function remove_dependencies

runWebpack.js:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12const exec = cp.exec;
13
14const remove_dependencies = () => {
15 const rm = exec("rm -rf node_modules && rm -rf bower_components");
16 return rm;
17};
18
19if (process.env.SKIP_WEBPACK === "true") {
20 console.log("Skipping webpack build because SKIP_WEBPACK=true");

Callers 1

runWebpack.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected