MCPcopy
hub / github.com/nestjs/nest / moveToNodeModules

Function moveToNodeModules

tools/gulp/tasks/move.ts:11–13  ·  view source on GitHub ↗

* Moves the compiled nest files into "node_module" folder.

()

Source from the content-addressed store, hash-verified

9 * Moves the compiled nest files into "node_module" folder.
10 */
11function moveToNodeModules() {
12 return distFiles.pipe(dest('node_modules/@nestjs'));
13}
14
15/**
16 * Moves the compiled nest files into the `samples/*` dirs.

Callers

nothing calls this directly

Calls 1

pipeMethod · 0.45

Tested by

no test coverage detected