5 lines
82 B
Bash
5 lines
82 B
Bash
|
#!/bin/bash
|
||
|
./node_modules/.bin/typeorm migration:run -d ormconfig.js
|
||
|
yarn start
|
||
|
|