Skip to content

Commit f4f2de0

Browse files
committed
cleanup
1 parent 2815a8c commit f4f2de0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cli/lib/testing.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import degit from 'degit';
55
import { exec } from 'tinyexec';
66
import { create } from '@sveltejs/create';
77
import pstree, { type PS } from 'ps-tree';
8-
import { addPnpmBuildDependendencies } from '../utils/package-manager.ts';
98

10-
export { addPnpmBuildDependendencies };
9+
export { addPnpmBuildDependendencies } from '../utils/package-manager.ts';
1110
export type ProjectVariant = 'kit-js' | 'kit-ts' | 'vite-js' | 'vite-ts';
1211

1312
const TEMPLATES_DIR = '.templates';

0 commit comments

Comments
 (0)