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 b80ad1e commit b84b7b3Copy full SHA for b84b7b3
compiler/run-validations.js
@@ -49,7 +49,7 @@ const uploadRecordingsPath = path.join(__dirname, '..', '..', 'clients-flight-re
49
const tsValidationPath = path.join(__dirname, '..', '..', 'clients-flight-recorder', 'scripts', 'types-validator')
50
const DAY = 1000 * 60 * 60 * 24
51
const specPath = path.join(__dirname, '..', 'specification')
52
-const outputPath = path.join(__dirname, '..', 'output/schema')
+const outputPath = path.join(__dirname, '..', 'output')
53
54
const apis = require('../output/schema/schema.json')
55
.endpoints
0 commit comments