legendary-doc-site/script/update

15 lines
166 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
2020-07-28 15:54:24 +00:00
mix ecto.create
mix ecto.migrate