mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Run more tests in CI
This commit is contained in:
parent
8425adaeff
commit
26e8e6dfeb
9 changed files with 50 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue