Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
filip131311 committed Oct 29, 2024
1 parent d947162 commit 750017b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vscode-extension/src/builders/PlatformBuildCache.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import path, { join } from "path";
import fs from "fs";
import { createHash } from "crypto";
import { createFingerprintAsync } from "@expo/fingerprint";
import { Logger } from "../Logger";
import { extensionContext, getAppRootFolder } from "../utilities/extensionContext";
import { getAppRootFolder } from "../utilities/extensionContext";
import { DevicePlatform } from "../common/DeviceManager";
import { IOSBuildResult } from "./buildIOS";
import { AndroidBuildResult } from "./buildAndroid";
import { getLaunchConfiguration } from "../utilities/launchConfiguration";
import { runfingerprintCommand } from "./customBuild";
import { calculateMD5, getOrCreateBuildCachesDir } from "../utilities/common";
import { BuildResult } from "./BuildManager";
import { createHash } from "crypto";

const IGNORE_PATHS = [
path.join("android", ".gradle/**/*"),
Expand Down

0 comments on commit 750017b

Please sign in to comment.