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