allinix-demo/scripts/post-sync.sh
2025-02-17 19:39:28 +05:30

8 lines
112 B
Bash

cd "$(dirname "$0")" || exit 1
cd .. || exit 1
cd platform || exit 1
rm poetry.lock
poetry install
poetry lock