From e64279db74dcb5ab9e0f1e7f4b9b11edf64dcb5c Mon Sep 17 00:00:00 2001 From: litruv Date: Wed, 29 Jul 2026 20:40:50 +1000 Subject: [PATCH] Bump cinny: emoji confetti bursts and component playground. Wire the playground npm script through the desktop wrapper. --- cinny | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cinny b/cinny index 2603ca8..0da4f0d 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 2603ca8e5c621daaa9e781ceba539e94a2f0e770 +Subproject commit 0da4f0d6cb1fe86a890fe20453b2d8552b1f20a0 diff --git a/package.json b/package.json index 212f339..0e09f3f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "build:local": "node -e \"require('fs').copyFileSync('config.json', 'cinny/config.json')\" && cd cinny && npm run build && cd .. && electron-builder", "build:linux": "npm run build -- --linux", "build:win": "npm run build -- --win", - "postman:generate": "node scripts/generate-postman-collection.js" + "postman:generate": "node scripts/generate-postman-collection.js", + "playground": "npm --prefix cinny run playground" }, "keywords": [], "author": {