Bump cinny: emoji confetti bursts and component playground.
All checks were successful
Build / increment-version (push) Successful in 12s
Build / prepare-release (push) Successful in 13s
Build / build-linux (push) Successful in 3m13s
Build / build-windows (push) Successful in 6m11s
Build / finalize-release (push) Successful in 4s

Wire the playground npm script through the desktop wrapper.
This commit is contained in:
2026-07-29 20:40:50 +10:00
parent 85d95faf11
commit e64279db74
2 changed files with 3 additions and 2 deletions

2
cinny

Submodule cinny updated: 2603ca8e5c...0da4f0d6cb

View File

@@ -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": {