Add timestamps to logs and stop regen'ing licenses every time

This commit is contained in:
Jack Kingsman
2026-03-10 13:08:26 -07:00
parent 9a99d3f17e
commit eaee66f836
3 changed files with 64 additions and 9 deletions

View File

@@ -35,11 +35,6 @@ npm run lint:fix
npm run format
echo -e "${GREEN}[frontend lint]${NC} Passed!"
echo -e "${BLUE}[licenses]${NC} Regenerating LICENSES.md (always run)..."
cd "$SCRIPT_DIR"
bash scripts/collect_licenses.sh LICENSES.md
echo -e "${GREEN}[licenses]${NC} LICENSES.md updated"
echo -e "${GREEN}=== Phase 1 complete ===${NC}"
echo

View File

@@ -58,6 +58,11 @@ echo -e "${GREEN}Frontend build complete!${NC}"
cd "$SCRIPT_DIR"
echo
echo -e "${YELLOW}Regenerating LICENSES.md...${NC}"
bash scripts/collect_licenses.sh LICENSES.md
echo -e "${GREEN}LICENSES.md updated!${NC}"
echo
# Prompt for version
echo -e "${YELLOW}Current versions:${NC}"
echo -n " pyproject.toml: "