Skip to content

Commit 228b815

Browse files
pquentingithub-actions[bot]
authored andcommitted
Fix make validate generation (#2896)
(cherry picked from commit 7b0984c)
1 parent b80ad1e commit 228b815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/run-validations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const uploadRecordingsPath = path.join(__dirname, '..', '..', 'clients-flight-re
4949
const tsValidationPath = path.join(__dirname, '..', '..', 'clients-flight-recorder', 'scripts', 'types-validator')
5050
const DAY = 1000 * 60 * 60 * 24
5151
const specPath = path.join(__dirname, '..', 'specification')
52-
const outputPath = path.join(__dirname, '..', 'output/schema')
52+
const outputPath = path.join(__dirname, '..', 'output')
5353

5454
const apis = require('../output/schema/schema.json')
5555
.endpoints

0 commit comments

Comments
 (0)