mirror of
https://github.com/LCE-Hub/LCE-Workshop.git
synced 2026-07-31 06:32:40 +00:00
fix: proper jsonc parsing
This commit is contained in:
parent
3623fbeffb
commit
1c300f4b11
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue