We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09402b commit 7061654Copy full SHA for 7061654
tools/spectral/ipa/metrics/scripts/runMetricCollection.js
@@ -28,7 +28,7 @@ if (oasFilePath && !fs.existsSync(oasFilePath)) {
28
process.exit(1);
29
}
30
31
-const result = spawnSync('spectral', [
+const result = spawnSync('npx spectral', [
32
'lint',
33
oasFilePath ? oasFilePath : config.defaultOasFilePath,
34
'--ruleset',
0 commit comments