🔥 Remove deprecated fixtures related code.

This commit is contained in:
Andrey Antukh 2021-11-03 13:06:46 +01:00 committed by Andrés Moya
parent fe9033b8be
commit a11c7b10ac
3 changed files with 2 additions and 273 deletions

View file

@ -1,15 +1,9 @@
#!/bin/sh
#!/usr/bin/env bash
export PENPOT_ASSERTS_ENABLED=true
export PENPOT_FLAGS="$PENPOT_FLAGS enable-asserts"
set -ex
if [ ! -e ~/.fixtures-loaded ]; then
echo "Loading fixtures..."
clojure -Adev -X:fn-fixtures
touch ~/.fixtures-loaded
fi
if [ "$1" = "--watch" ]; then
echo "Start Watch..."
@ -27,6 +21,3 @@ if [ "$1" = "--watch" ]; then
else
clojure -A:dev -M -m app.main
fi