Add skin-museum-og lint to CI

The skin-museum-og package has a lint script but it was not included
in turbo.json, so it wasn't being checked in CI. This adds the
skin-museum-og#lint task to turbo.json so it will be linted along
with the other packages.
This commit is contained in:
Jordan Eldredge 2025-11-27 18:13:54 -08:00
parent b672de2515
commit 3ff903d3f8

View file

@ -65,6 +65,7 @@
"dependsOn": ["ani-cursor#build", "winamp-eqf#build"]
},
"skin-database#lint": {},
"skin-museum-og#lint": {},
"webamp-modern#lint": {},
"dev": {
"cache": false,