mirror of
https://github.com/zotero/zotero.git
synced 2026-09-22 00:32:47 +00:00
Merge pull request #1243 from tnajdek/master
Fix a problem with race condition during builds
This commit is contained in:
commit
0495f2920a
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ gulp.task('clean', () => {
|
|||
return del('build');
|
||||
});
|
||||
|
||||
gulp.task('symlink', ['clean'], () => {
|
||||
gulp.task('symlink', () => {
|
||||
return getSymlinks();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue