mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Merge branch '5.2.0' into chore/add-nodejs-10
This commit is contained in:
10
gulpfile.js
10
gulpfile.js
@@ -30,6 +30,16 @@ gulp.task('copy:ts', function() {
|
||||
return gulp.packages(['packages/**/*.ts']).pipe(gulp.dest('./bundle'));
|
||||
});
|
||||
|
||||
|
||||
gulp.task('copy-docs', function() {
|
||||
return gulp.src('Readme.md')
|
||||
.pipe(gulp.dest('bundle/common'))
|
||||
.pipe(gulp.dest('bundle/core'))
|
||||
.pipe(gulp.dest('bundle/microservices'))
|
||||
.pipe(gulp.dest('bundle/websockets'))
|
||||
.pipe(gulp.dest('bundle/testing'));
|
||||
});
|
||||
|
||||
gulp.task('clean:bundle', function() {
|
||||
return gulp
|
||||
.packages(['bundle/**/*.js.map', 'bundle/**/*.ts', '!bundle/**/*.d.ts'], { read: false })
|
||||
|
||||
Reference in New Issue
Block a user