mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Create release archives with top-level dir
This commit is contained in:
parent
0f1407682e
commit
3ea37e0e11
@ -355,7 +355,8 @@ gulp.task('pack-sources', ['composer-install', 'bower-install'], function() {
|
||||
// we must to set "strict" option to false to prevent "EACCES" errors.
|
||||
// At the same we need to see all errors that take place.
|
||||
strict: false,
|
||||
silent: false
|
||||
silent: false,
|
||||
base: '.'
|
||||
}
|
||||
var version = config.package.version;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user