legendary-doc-site/script/update
2020-07-03 21:41:01 -05:00

13 lines
No EOL
149 B
Bash
Executable file

#!/bin/sh
set -x
set -e
FULL_PATH=$(realpath $0)
DIR_PATH=$(dirname $FULL_PATH)
$DIR_PATH/bootstrap
mix deps.get
mix npm.install
mix ecto.migrate