fix: proper jsonc parsing

This commit is contained in:
/home/neo
2026-04-23 14:28:47 +03:00
committed by GitHub
parent 3623fbeffb
commit 1c300f4b11

View File

@@ -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'