Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
style: reformat config.ts and gradle.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppleTheNun committed Feb 26, 2021
1 parent eb74acb commit 6467a1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export interface SemanticReleaseSonatypeConfig {
extraPublishTasks?: string[];
}
extraPublishTasks?: string[];
}
2 changes: 1 addition & 1 deletion src/gradle.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import AggregateError from "aggregate-error";
import execa from "execa";
import { access, constants } from "fs";
import { platform } from "os";
import { join } from "path";
import AggregateError from "aggregate-error";

const defaultPublishTasks = ["publishToSonatype", "closeAndReleaseRepository"];

Expand Down

0 comments on commit 6467a1a

Please sign in to comment.