mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
refactor: app deployment
This commit is contained in:
6
.gitlab/ci/install-for-turbo.sh
Normal file
6
.gitlab/ci/install-for-turbo.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if pnpm dlx turbo-ignore "$@"
|
||||
then
|
||||
pnpm config --location=project set recursive-install false
|
||||
fi
|
||||
Reference in New Issue
Block a user