Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 7dbf683

Browse files
authored
doc: Speed up TS migration command (typeorm#7568)
Kudos to @AmauryLiet
1 parent beea2e1 commit 7dbf683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ typeorm migration:run
148148

149149
Example with `ts-node`:
150150
```
151-
ts-node ./node_modules/typeorm/cli.js migration:run
151+
ts-node --transpile-only ./node_modules/typeorm/cli.js migration:run
152152
```
153153

154154
This command will execute all pending migrations and run them in a sequence ordered by their timestamps.

0 commit comments

Comments
 (0)