diff --git a/apps/app-builder/src/__tests__/__snapshots__/exports.spec.ts.snap b/apps/app-builder/src/__tests__/__snapshots__/exports.spec.ts.snap index 9482e8494..685ca89de 100644 --- a/apps/app-builder/src/__tests__/__snapshots__/exports.spec.ts.snap +++ b/apps/app-builder/src/__tests__/__snapshots__/exports.spec.ts.snap @@ -12,6 +12,10 @@ exports[`exports > exports from index.ts 1`] = ` "exists", "getFileContents", "getPlatformDistPath", + "getRelativePath", + "logRelativePath", + "logSourcePath", + "logTargetPath", "mkdirs", "resolvePath", "resolveString", diff --git a/apps/app-builder/src/index.ts b/apps/app-builder/src/index.ts index 0e2090f39..96fe00a6d 100644 --- a/apps/app-builder/src/index.ts +++ b/apps/app-builder/src/index.ts @@ -17,6 +17,10 @@ export { exists, getFileContents, getPlatformDistPath, + getRelativePath, + logRelativePath, + logSourcePath, + logTargetPath, mkdirs, resolvePath, resolveString,