diff --git a/scripts/gulp/tasks/release.ts b/scripts/gulp/tasks/release.ts index eb6058ad3c..65303064ce 100644 --- a/scripts/gulp/tasks/release.ts +++ b/scripts/gulp/tasks/release.ts @@ -1,5 +1,5 @@ -import { exec } from 'child_process'; -import { spawn, spawnSync } from 'cross-spawn'; +import { exec, spawnSync } from 'child_process'; +import { spawn } from 'cross-spawn'; import { writeFileSync } from 'fs'; import * as changelog from 'conventional-changelog'; import * as GithubApi from 'github';