legendary-doc-site/script/update

13 lines
149 B
Text
Raw Normal View History

2020-07-02 21:08:53 +00:00
#!/bin/sh
set -x
set -e
FULL_PATH=$(realpath $0)
DIR_PATH=$(dirname $FULL_PATH)
$DIR_PATH/bootstrap
mix deps.get
2020-07-04 02:41:01 +00:00
mix npm.install
mix ecto.migrate