Skip to content

Commit 39a57a5

Browse files
Update README.md
1 parent 65a08ed commit 39a57a5

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,15 @@ The SQLite Path is set in `.env`, as `SQLITE_PATH`
130130

131131
##### generate migration:
132132

133-
yarn typeorm migration:generate -n your_migration_name
133+
```bash
134+
$ yarn typeorm migration:generate -n your_migration_name
135+
```
134136

135137
##### run migration:
136138

137-
yarn typeorm migration:run
139+
```bash
140+
$ yarn typeorm migration:run
141+
```
138142

139143
<br />
140144

0 commit comments

Comments
 (0)