Skip to content

Commit

Permalink
Fix turbo version
Browse files Browse the repository at this point in the history
  • Loading branch information
apuntovanini committed Jun 7, 2024
1 parent 90bf764 commit e5dc4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"./packages/storybook"
],
"scripts": {
"build": "turbo build",
"build": "yarn turbo build",
"build-storybook": "cd packages/storybook && yarn build-storybook",
"clean": "yarn run clean:dist && yarn run clean:turbo && yarn run clean:modules",
"clean:dist": "yarn manypkg exec rm -rf dist",
Expand Down Expand Up @@ -74,7 +74,7 @@
"react": "^18.3.1",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"turbo": "^1.13.4",
"turbo": "^2.0.3",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit e5dc4f1

Please sign in to comment.