diff options
| author | おさむのひと <46447427+samunohito@users.noreply.github.com> | 2023-12-14 20:16:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 20:16:02 +0900 |
| commit | 386fcedf3525eb18ed2297bd93d45d1d78a36f84 (patch) | |
| tree | 98283bc709a08f23c84f539ac787e8923baa748f /scripts/build-assets.mjs | |
| parent | update deps (diff) | |
| download | sharkey-386fcedf3525eb18ed2297bd93d45d1d78a36f84.tar.gz sharkey-386fcedf3525eb18ed2297bd93d45d1d78a36f84.tar.bz2 sharkey-386fcedf3525eb18ed2297bd93d45d1d78a36f84.zip | |
(dev-mode) devモードの改善 (#12639)
* fix dev-mode
* fix dev-mode
* fix dev-mode
* fix dev-mode
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to 'scripts/build-assets.mjs')
| -rw-r--r-- | scripts/build-assets.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build-assets.mjs b/scripts/build-assets.mjs index f8f09ec2fb..2e1268130c 100644 --- a/scripts/build-assets.mjs +++ b/scripts/build-assets.mjs @@ -95,6 +95,7 @@ if (process.argv.includes("--watch")) { for await (const event of watcher) { const filename = event.filename?.replaceAll('\\', '/'); if (/^[a-z]+-[A-Z]+\.yml/.test(filename)) { + console.log(`update ${filename} ...`) locales = buildLocales(); await copyFrontendLocales() } |