- Added a patch for tinyexec@1.0.1 in pnpm-lock.yaml and pnpm-workspace.yaml to address specific issues. - Updated the import of installPackage from @antfu/install-pkg to @mx-space/compiled/install-pkg in tool.util.ts for better module management. - Removed @antfu/install-pkg from core package.json to streamline dependencies. Signed-off-by: Innei <tukon479@gmail.com>
15 lines
273 B
YAML
15 lines
273 B
YAML
packages:
|
|
- packages/*
|
|
- apps/*
|
|
onlyBuiltDependencies:
|
|
- '@nestjs/core'
|
|
- '@swc/core'
|
|
- esbuild
|
|
- mongodb-memory-server
|
|
- redis-memory-server
|
|
- sharp
|
|
- simple-git-hooks
|
|
- unrs-resolver
|
|
patchedDependencies:
|
|
tinyexec@1.0.1: patches/tinyexec@1.0.1.patch
|