Skip to content

Commit d159308

Browse files
authored
Use turbo lint for root lint script (#1329)
This ensures `pnpm run lint` at the monorepo root runs the same lint tasks as CI (`npx turbo lint`), providing consistent behavior between local development and CI.
1 parent d687f4b commit d159308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:integration": "npx turbo run integration-tests",
1414
"test:all": "npx turbo run test integration-tests",
1515
"test:unit": "jest",
16-
"lint": "eslint . --ext ts,tsx,js,jsx --rulesdir=packages/webamp-modern/tools/eslint-rules",
16+
"lint": "npx turbo lint",
1717
"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",
1818
"deploy": "npx turbo webamp#build webamp-modern#build --concurrency 1 && mv packages/webamp-modern/build packages/webamp/dist/demo-site/modern",
1919
"format": "prettier --write '**/*.{js,ts,tsx}'"

0 commit comments

Comments
 (0)