Run more tests in CI

This commit is contained in:
Jordan Eldredge 2025-07-07 12:50:33 -07:00
parent 8425adaeff
commit 26e8e6dfeb
9 changed files with 50 additions and 1 deletions

View file

@ -9,7 +9,10 @@
"node": ">=22.0.0"
},
"scripts": {
"test": "jest",
"test": "npx turbo test",
"test:integration": "npx turbo run integration-tests",
"test:all": "npx turbo run test integration-tests",
"test:unit": "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 skin-database type-check && pnpm --filter webamp-docs type-check && pnpm --filter winamp-eqf type-check",
"deploy": "sh deploy.sh",