Skip to content
Snippets Groups Projects
Unverified Commit ea97d6a0 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update CONTRIBUTING.md

parent 0e4a111f
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ MongoDBは`null`で返してきてたので、その感覚で`if (x === null)`
### Migration作成方法
```
npx ts-node ./node_modules/typeorm/cli.js migration:generate -n 変更の名前
npx ts-node ./node_modules/typeorm/cli.js migration:generate -n 変更の名前 -o
```
作成されたスクリプトは不必要な変更を含むため除去してください。
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment