Skip to content

Commit c2377f4

Browse files
committed
chore: wip
1 parent 95e2d58 commit c2377f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/launchpad/src/dev/shellcode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ __launchpad_find_deps_file() {
500500
while [[ "$dir" != "/" ]]; do
501501
# Single ls command to check all files at once (much faster than multiple -f checks)
502502
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)
504504
505505
if [[ -n "$files" ]]; then
506506
__launchpad_cache_dir="$dir"

0 commit comments

Comments
 (0)