Skip to content

Commit 982e999

Browse files
committed
Fix make validate generation
1 parent a37d021 commit 982e999

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)