Adam Shaw %!s(int64=3) %!d(string=hai) anos
pai
achega
6c56fb2c93
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/core/scripts/generate-locales-all.js

+ 2 - 0
packages/core/scripts/generate-locales-all.js

@@ -8,6 +8,8 @@ const pkgDir = joinPaths(fileURLToPath(import.meta.url), '../..')
 const templatePath = joinPaths(pkgDir, 'src/locales-all.js.tpl')
 const localesDir = joinPaths(pkgDir, 'src/locales')
 
+export const watchPaths = [localesDir]
+
 export default async function() {
   const localeFilenames = await globby('*.ts', { cwd: localesDir })