allinix-demo/scripts/post-sync.sh

8 lines
112 B
Bash
Raw Normal View History

2025-02-17 19:39:28 +05:30
cd "$(dirname "$0")" || exit 1
cd .. || exit 1
cd platform || exit 1
rm poetry.lock
poetry install
poetry lock