Use $typeorm in buildfile

This commit is contained in:
Jerko Steiner 2019-03-23 17:14:06 +08:00
parent 3595a71cec
commit dca5374911

View File

@ -5,7 +5,7 @@ build:
tsc --build ./
orm:
typeorm $args
$typeorm $args
migration: build
# typeorm migration:create -n $name