mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-05-05 13:02:58 +02:00
Never forget the lockfile again
This commit is contained in:
@@ -52,6 +52,10 @@ sed -i "s/^version = \".*\"/version = \"$VERSION\"/" pyproject.toml
|
||||
echo -e "${YELLOW}Updating frontend/package.json...${NC}"
|
||||
sed -i "s/\"version\": \".*\"/\"version\": \"$VERSION\"/" frontend/package.json
|
||||
|
||||
# Update uv.lock with new version
|
||||
echo -e "${YELLOW}Updating uv.lock...${NC}"
|
||||
uv sync
|
||||
|
||||
echo -e "${GREEN}Version updated to $VERSION${NC}"
|
||||
echo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user