Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo authored Nov 11, 2021
1 parent 0e4a111 commit ea97d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

作成されたスクリプトは不必要な変更を含むため除去してください。
Expand Down

0 comments on commit ea97d6a

Please sign in to comment.