Files
writer/resetdb.sh

5 lines
77 B
Bash
Executable File

#!/bin/bash
npm run typeorm -- schema:drop
npm run typeorm -- migration:run