Skip to content

Commit

Permalink
Fix make validate generation (#2896)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Sep 17, 2024
1 parent a37d021 commit 7b0984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/run-validations.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const uploadRecordingsPath = path.join(__dirname, '..', '..', 'clients-flight-re
const tsValidationPath = path.join(__dirname, '..', '..', 'clients-flight-recorder', 'scripts', 'types-validator')
const DAY = 1000 * 60 * 60 * 24
const specPath = path.join(__dirname, '..', 'specification')
const outputPath = path.join(__dirname, '..', 'output/schema')
const outputPath = path.join(__dirname, '..', 'output')

const apis = require('../output/schema/schema.json')
.endpoints
Expand Down

0 comments on commit 7b0984c

Please sign in to comment.