Skip to content

Commit

Permalink
fix: revert formatting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
weilinzung committed Dec 14, 2024
1 parent 3c1dc61 commit 388a112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function execWithCredentials(
args: string[],
projectId,
gacFilename,
opts: { debug?: boolean; firebaseToolsVersion?: string },
opts: { debug?: boolean; firebaseToolsVersion?: string }
) {
let deployOutputBuf: Buffer[] = [];
const debug = opts.debug || false;
Expand Down Expand Up @@ -361,7 +361,7 @@ export async function deployPreview(
],
projectId,
gacFilename,
{ firebaseToolsVersion },
{ firebaseToolsVersion }
);

const deploymentResult = JSON.parse(deploymentText.trim()) as
Expand All @@ -373,7 +373,7 @@ export async function deployPreview(

export async function deployProductionSite(
gacFilename,
productionDeployConfig: ProductionDeployConfig,
productionDeployConfig: ProductionDeployConfig
) {
const { projectId, target, firebaseToolsVersion } = productionDeployConfig;

Expand Down

0 comments on commit 388a112

Please sign in to comment.