summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2024-10-13 11:35:10 -0400
committerHazelnoot <acomputerdog@gmail.com>2024-10-13 11:35:10 -0400
commit2cd41228d8d6865d072b162867c25e99e18b0421 (patch)
tree5437a108be53f7c8ca270797b20870cfb8c36e5e /CONTRIBUTING.md
parentMerge branch 'develop' into feature/2024.9.0 (diff)
parentmerge: try to avoid `insert` races in `FederatedInstanceService` (!683) (diff)
downloadsharkey-2cd41228d8d6865d072b162867c25e99e18b0421.tar.gz
sharkey-2cd41228d8d6865d072b162867c25e99e18b0421.tar.bz2
sharkey-2cd41228d8d6865d072b162867c25e99e18b0421.zip
Merge branch 'develop' into feature/2024.9.0
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 33125a9765..f2e48ec61d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -529,7 +529,8 @@ enumの列挙の内容の削除は、その値をもつレコードを全て削
### Migration作成方法
packages/backendで:
```sh
-pnpm dlx typeorm migration:generate -d ormconfig.js -o <migration name>
+pnpm run build
+pnpm dlx typeorm migration:generate -d ormconfig.js -o migration/<migration name>
```
- 生成後、ファイルをmigration下に移してください