File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/launchpad/src/dev Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ __launchpad_find_deps_file() {
500
500
while [[ "$dir" != "/" ]]; do
501
501
# Single ls command to check all files at once (much faster than multiple -f checks)
502
502
local files
503
- files=$(ls -1a "$dir" 2>/dev/null | grep -E '^(dependencies|deps|pkgx|launchpad)\.(yaml|yml)$|^package\.json$|^pyproject\.toml$|^Cargo\.toml$|^go\.(mod|sum)$|^Gemfile$|^deno\.jsonc?$|^action\.ya?ml$|^skaffold\.ya?ml$|^\.(nvmrc|node-version|ruby-version|python-version|terraform-version)$|^(yarn\.lock|bun\.lockb|\.yarnrc|requirements\.txt|setup\.py|Pipfile\.?lock?)$' | head -1)
503
+ files=$(ls -1a "$dir" 2>/dev/null | grep -E '^(dependencies|deps|pkgx|launchpad)\.(yaml|yml)$|^package\.json$|^pyproject\.toml$|^Cargo\.toml$|^go\.(mod|sum)$|^Gemfile$|^deno\.jsonc?$|^action\.ya?ml$|^skaffold\.ya?ml$|^\.(nvmrc|node-version|ruby-version|python-version|terraform-version)$|^(yarn\.lock|bun\.lock|bun\. lockb|\.yarnrc|requirements\.txt|setup\.py|Pipfile\.?lock?)$' | head -1)
504
504
505
505
if [[ -n "$files" ]]; then
506
506
__launchpad_cache_dir="$dir"
You can’t perform that action at this time.
0 commit comments