Просмотр исходного кода

Remove migration folder from APP_CODE_PATH in esm-check-migration.mjs

See https://github.com/overleaf/internal/pull/28306

GitOrigin-RevId: db5f7a9362151b55c5c409ebe896534ad8e73cc6
Antoine Clausse 10 месяцев назад
Родитель
Сommit
678cef1fa6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      services/web/scripts/esm-check-migration.mjs

+ 1 - 1
services/web/scripts/esm-check-migration.mjs

@@ -2,7 +2,7 @@ import fs from 'node:fs'
 import path from 'node:path'
 import minimist from 'minimist'
 
-const APP_CODE_PATH = ['app', 'modules', 'migrations', 'scripts', 'test']
+const APP_CODE_PATH = ['app', 'modules', 'scripts', 'test']
 
 // These have already been converted but don't have a `.mjs` extension
 const converted = new Set([