mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 20:13:36 +00:00
convertは元ファイルを変更するようなニュアンスを若干感じるのでcompileに改名
This commit is contained in:
2
.github/workflows/get-backend-memory.yml
vendored
2
.github/workflows/get-backend-memory.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user