mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
if pnpm dlx turbo-ignore "$@"
|
|
then
|
|
pnpm config --location=project set recursive-install false
|
|
fi
|