🐛 Fix fixtures loading on start-dev script.

This commit is contained in:
Andrey Antukh 2020-08-18 19:46:28 +02:00
parent c2fe4b0ccc
commit 9159f18982
2 changed files with 1 additions and 6 deletions

View file

@ -4,7 +4,7 @@ set -e
if [ ! -e ~/local/.fixtures-loaded ]; then
echo "Loading fixtures..."
clojure -Adev -m app.fixtures
clojure -Adev -X:fn-fixtures
touch ~/local/.fixtures-loaded
fi