10 lines
79 B
Bash
Executable File
10 lines
79 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
yarn --dev
|
|
|
|
clear
|
|
|
|
yarn db:push && yarn seed
|
|
|
|
echo "done"
|