Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
moves copyToReference to proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher McCulloh committed Jun 29, 2017
1 parent 92d48d3 commit 9aee036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ module.exports = function (grunt) {
'replace:packageJs',
'dist',
'shell:addReleaseFiles',
'shell:copyToReference',
'prompt:commit',
'prompt:tag',
'prompt:pushLocalBranchToUpstream',
'prompt:pushTagToUpstream',
'prompt:uploadToCDN',
'prompt:pushLocalBranchToUpstreamMaster',
'shell:publishToNPM',
'shell:copyToReference',
'prompt:generatelogs'
]);
});
Expand Down

0 comments on commit 9aee036

Please sign in to comment.