chore: add script for generating changelog preview

This commit is contained in:
Bohdan Triapitsyn
2026-05-17 14:51:25 +03:00
parent bbc297202e
commit 0779656d80
5 changed files with 270 additions and 8 deletions
+2
View File
@@ -38,6 +38,7 @@
"lint:desktop": "bun run --cwd packages/desktop lint",
"lint:electron": "bun run --cwd packages/electron lint",
"clean": "bun run --filter '*' clean",
"changelog-card": "node scripts/changelog-card/generate.mjs",
"postinstall": "patch-package",
"dev:web": "bun run --cwd packages/web build:watch",
"dev:web:server": "bun run --cwd packages/web dev:server:watch",
@@ -154,6 +155,7 @@
"nodemon": "^3.1.7",
"patch-package": "^8.0.0",
"@remixicon/react": "^4.7.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.0.0",
"tsx": "^4.20.6",
"tw-animate-css": "^1.3.8",