Skip to content

Commit

Permalink
I don't get turbo ;(
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Feb 6, 2025
1 parent a038624 commit cff350c
Show file tree
Hide file tree
Showing 3 changed files with 8 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 typecheck lint test e2e",
"ci": "turbo ci-setup && turbo typecheck && turbo lint && turbo test && turbo e2e",
"build": "turbo build",
"release": "turbo build && npx @changesets/cli publish",
"changeset-add": "npx @changesets/cli add"
Expand Down
3 changes: 2 additions & 1 deletion packages/react-virtuoso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"e2e": "playwright test",
"lint": "eslint",
"typecheck": "tsc",
"dev": "LADLE=true ladle serve"
"dev": "LADLE=true ladle serve",
"ci-setup": "npx playwright install"
},
"peerDependencies": {
"react": ">=16 || >=17 || >= 18 || >= 19",
Expand Down
5 changes: 5 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"^build"
]
},
"ci-setup": {
"dependsOn": [
"^ci-setup"
]
},
"dev": {
"cache": false,
"persistent": true
Expand Down

0 comments on commit cff350c

Please sign in to comment.