mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Fix yarn lock
This commit is contained in:
parent
317318e1f3
commit
8bc4387aa7
3 changed files with 28 additions and 3 deletions
|
|
@ -52,6 +52,7 @@ var
|
|||
cache = require('gulp-cached'),
|
||||
filter = require('gulp-filter'),
|
||||
expect = require('gulp-expect-file'),
|
||||
chmod = require('gulp-chmod'),
|
||||
gutil = require('gulp-util');
|
||||
|
||||
cfg.community = !argv.pro;
|
||||
|
|
@ -463,6 +464,7 @@ gulp.task('rainloop:copy', ['default'], function() {
|
|||
fs.mkdirSync(dist + 'rainloop/v/' + versionFull, '0777', true);
|
||||
|
||||
return gulp.src('rainloop/v/' + cfg.devVersion + '/**/*', {base: 'rainloop/v/' + cfg.devVersion})
|
||||
.pipe(chmod(644, 755))
|
||||
.pipe(gulp.dest(dist + 'rainloop/v/' + versionFull));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue