mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
chore(scripts): only move .d.ts and .js files (gulp scripts)
This commit is contained in:
@@ -3,7 +3,11 @@ import { join } from 'path';
|
||||
import { samplePath } from '../config';
|
||||
import { containsPackageJson, getDirs } from '../util/task-helpers';
|
||||
|
||||
const distFiles = src(['packages/**/*']);
|
||||
const distFiles = src([
|
||||
'packages/**/*',
|
||||
'!packages/**/*.ts',
|
||||
'packages/**/*.d.ts',
|
||||
]);
|
||||
|
||||
/**
|
||||
* Moves the compiled nest files into "node_module" folder.
|
||||
|
||||
Reference in New Issue
Block a user