Skip to content

Commit

Permalink
Fix turbo?
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Feb 6, 2025
1 parent b3374b8 commit ea582d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@virtuoso.dev/monorepo",
"private": true,
"scripts": {
"ci": "turbo ci-setup && turbo typecheck && turbo lint && turbo test && turbo e2e",
"ci": "turbo ci-setup && turbo typecheck lint test e2e",
"build": "turbo build",
"release": "turbo build && npx @changesets/cli publish",
"changeset-add": "npx @changesets/cli add"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-virtuoso/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ export default tseslint.config(
},
},
{
ignores: ['node_modules/', 'dist/', 'src/**/__mocks__/'],
ignores: ['node_modules/', 'dist/', 'src/**/__mocks__/', 'test-results'],
}
)

0 comments on commit ea582d5

Please sign in to comment.