From 7b0984c676ef666434aaf0b8577df94889ec047b Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 17 Sep 2024 12:35:52 +0400 Subject: [PATCH] Fix make validate generation (#2896) --- compiler/run-validations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/run-validations.js b/compiler/run-validations.js index 7a729533ae..17edfedd1c 100755 --- a/compiler/run-validations.js +++ b/compiler/run-validations.js @@ -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