File size: 112 Bytes
868b252
 
 
 
 
 
 
1
2
3
4
5
6
7
8
cd "$(dirname "$0")" || exit 1
cd .. || exit 1
cd platform || exit 1

rm poetry.lock
poetry install
poetry lock