From 1864a82896aa56b4f4cb83c9fa412da3737c3caa 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) (cherry picked from commit 7b0984c676ef666434aaf0b8577df94889ec047b) --- 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 2895f61dd1..c9c9e279e5 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