mirror of
https://github.com/LCE-Hub/LCE-Workshop.git
synced 2026-07-15 23:10:50 +00:00
fix: proper jsonc parsing
This commit is contained in:
2
.github/workflows/registry.yml
vendored
2
.github/workflows/registry.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user