From 1c300f4b118ce5cc74d021d664e7b9cf84712f71 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:28:47 +0300 Subject: [PATCH] fix: proper jsonc parsing --- .github/workflows/registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index 1894f91..03419e0 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -21,7 +21,7 @@ jobs: node-version: 22 - name: Validate & generate registry.json - run: node scripts/registry.js + run: npm init -y && npm i jsonc-parser && node scripts/registry.js - name: Commit registry.json if: github.event_name == 'push'