Fix typeDistProject import path in pack.ts

The file was moved from maintenance to build on master, so the
cross-module import is no longer needed.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-25 17:31:30 +01:00
parent bd2c923d8e
commit 4868ff07b6
@@ -22,7 +22,7 @@ import { targetPaths } from '@backstage/cli-common';
import fs from 'fs-extra';
import { publishPreflightCheck } from '../../lib/publishing';
import { createTypeDistProject } from '../../../build/lib/typeDistProject';
import { createTypeDistProject } from '../../lib/typeDistProject';
export const pre = async () => {
publishPreflightCheck({