mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-27 23:47:49 +01:00
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm run typeorm -- schema:drop
|
|
npm run typeorm -- migration:run
|