Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Apr 4, 2022
1 parent 82a1ff2 commit cf90e6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dev/build/lib/build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const config = new Config(
buildVersion: '8.0.0',
},
false,
false,
'',
false,
true
Expand Down
1 change: 1 addition & 0 deletions src/dev/build/lib/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const setup = async ({ targetAllPlatforms = true }: { targetAllPlatforms?: boole
return await Config.create({
isRelease: true,
targetAllPlatforms,
dockerContextUseLocalArtifact: false,
dockerCrossCompile: false,
dockerPush: false,
dockerTagQualifier: '',
Expand Down
1 change: 1 addition & 0 deletions src/dev/build/lib/runner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const setup = async () => {
isRelease: true,
targetAllPlatforms: true,
versionQualifier: '-SNAPSHOT',
dockerContextUseLocalArtifact: false,
dockerCrossCompile: false,
dockerPush: false,
dockerTagQualifier: '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async function setup({ failOnUrl }: { failOnUrl?: string } = {}) {
const config = await Config.create({
isRelease: true,
targetAllPlatforms: true,
dockerContextUseLocalArtifact: false,
dockerCrossCompile: false,
dockerPush: false,
dockerTagQualifier: '',
Expand Down

0 comments on commit cf90e6a

Please sign in to comment.