Skip to content

Commit

Permalink
Hunch for publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Dec 13, 2017
1 parent f08740e commit 21c8338
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gulp-tasks/utils/publish-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ const buildGitCommit = async (tagName) => {
await spawn('gulp', ['build'], {
cwd: sourceCodePath,
});

// This is to try and fix Github and CDN steps from having file read / close
// issues by removing any risk of spawn tasks being out of sync
return new Promise((resolve) => setTimeout(resolve, 1000));
};

/*
Expand Down

0 comments on commit 21c8338

Please sign in to comment.