diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-04 16:49:25 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-04 16:49:25 +0900 |
| commit | 24bd1509677023ddd8a749bb7fbfe876c7627b48 (patch) | |
| tree | c3c65a5cf9091e434ad3ba83b087ffd952728caf /.github/workflows/get-backend-memory.yml | |
| parent | fix(frontend): stacking router viewで連続して戻る操作を行うと何... (diff) | |
| download | misskey-24bd1509677023ddd8a749bb7fbfe876c7627b48.tar.gz misskey-24bd1509677023ddd8a749bb7fbfe876c7627b48.tar.bz2 misskey-24bd1509677023ddd8a749bb7fbfe876c7627b48.zip | |
refactor(backend): 変換後.config.jsonに統一するように+修正など (#16929)
* wip
* Update config.ts
* wip
* convertは元ファイルを変更するようなニュアンスを若干感じるのでcompileに改名
* wip
* Update package.json
* Revert "Update package.json"
This reverts commit e5c28023168f4631dc6b36a14b35cfddbad1fac0.
* wip
* wip
* 謎
* clean up
* wip
* wip
* Revert "wip"
This reverts commit 3aa25ac7cf337d57412308e63d8f54e2536b0f7f.
* wip
* wip
* Update dummy.yml
* wip
* Update compile_config.js
* Update compile_config.js
* wip
* Revert "wip"
This reverts commit fd78e097c65f747962e7a411938a0e67538ed347.
* Update dummy.yml
* Update compile_config.js
Diffstat (limited to '.github/workflows/get-backend-memory.yml')
| -rw-r--r-- | .github/workflows/get-backend-memory.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/get-backend-memory.yml b/.github/workflows/get-backend-memory.yml index b14885ec34..458f303f0f 100644 --- a/.github/workflows/get-backend-memory.yml +++ b/.github/workflows/get-backend-memory.yml @@ -57,7 +57,7 @@ jobs: - name: Copy Configure run: cp .github/misskey/test.yml .config/default.yml - name: Compile Configure - run: pnpm convert:config + run: pnpm compile-config - name: Build run: pnpm build - name: Run migrations |