mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 04:11:41 +02:00
🐛 Fix fixtures loading on start-dev script.
This commit is contained in:
parent
c2fe4b0ccc
commit
9159f18982
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue