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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'