Fix type checking of skin-database

This commit is contained in:
Jordan Eldredge 2025-07-06 16:33:09 -07:00
parent 8abcf9d139
commit b99ea291eb
10 changed files with 93 additions and 50 deletions

View file

@ -11,7 +11,7 @@
"scripts": {
"test": "jest",
"lint": "eslint . --ext ts,tsx,js,jsx --rulesdir=packages/webamp-modern/tools/eslint-rules",
"type-check": "pnpm --filter webamp type-check && pnpm --filter ani-cursor type-check && pnpm --filter webamp-docs type-check",
"type-check": "pnpm --filter webamp type-check && pnpm --filter ani-cursor type-check && pnpm --filter skin-database type-check && pnpm --filter webamp-docs type-check",
"deploy": "sh deploy.sh",
"format": "prettier --write '**/*.{js,ts,tsx}'"
},