mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix copy task
This commit is contained in:
parent
7fe3170c6f
commit
0b620026c2
@ -63,7 +63,6 @@ gulp.task('copy:chrome', gulp.series(
|
|||||||
copyTask({
|
copyTask({
|
||||||
source: './dist/firefox',
|
source: './dist/firefox',
|
||||||
destination: './dist/chrome',
|
destination: './dist/chrome',
|
||||||
pattern: '**/*'
|
|
||||||
}), 'manifest:cleanup'))
|
}), 'manifest:cleanup'))
|
||||||
gulp.task('copy', gulp.series(gulp.parallel('copy:locales','copy:images','copy:fonts','copy:reload','copy:root'), 'copy:chrome'))
|
gulp.task('copy', gulp.series(gulp.parallel('copy:locales','copy:images','copy:fonts','copy:reload','copy:root'), 'copy:chrome'))
|
||||||
gulp.task('copy:watch', function(){
|
gulp.task('copy:watch', function(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user