Skip to content

fix: resolve node_modules bins when running scripts inside .faststore - #3440

Merged
hellofanny merged 6 commits into
devfrom
fix/cli-bin-resolution
Aug 14, 2026
Merged

fix: resolve node_modules bins when running scripts inside .faststore#3440
hellofanny merged 6 commits into
devfrom
fix/cli-bin-resolution

test: resolve the bin probe without a shell interpreter

18e12f7
Select commit
Loading
Failed to load commit list.
Sonar - Workflows / SonarQube Code Analysis failed Aug 13, 2026 in 37s

Quality Gate failed

Failed Quality Gate failed

  • 3 New Issues (is greater than 0)
  • 32.70% Coverage on New Code (is less than 75.00%)
  • 0.00% Security Hotspots Reviewed on New Code (is less than 100.00%)

Project ID: vtex_faststore_f0a862d5-9557-49f9-8d09-de40caa76622

View in SonarQube

Annotations

Check notice on line 63 in packages/cli/src/utils/binPaths.test.ts

See this annotation in the file changed.

@sonar-workflows sonar-workflows / SonarQube Code Analysis

packages/cli/src/utils/binPaths.test.ts#L63

`String.raw` should be used to avoid escaping `\`.

Check notice on line 67 in packages/cli/src/utils/binPaths.test.ts

See this annotation in the file changed.

@sonar-workflows sonar-workflows / SonarQube Code Analysis

packages/cli/src/utils/binPaths.test.ts#L67

`String.raw` should be used to avoid escaping `\`.

Check warning on line 122 in packages/cli/src/utils/binPaths.test.ts

See this annotation in the file changed.

@sonar-workflows sonar-workflows / SonarQube Code Analysis

packages/cli/src/utils/binPaths.test.ts#L122

Make sure this permission is safe.