Skip to content

Commit e5c846f

Browse files
Upgrade turborepo to v2
1 parent 678544b commit e5c846f

File tree

3 files changed

+40
-39
lines changed

3 files changed

+40
-39
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"private": true,
3+
"name": "syntax",
34
"scripts": {
45
"start": "pnpm run dev",
56
"build": "turbo run build",
@@ -30,7 +31,7 @@
3031
"stylelint": "15.6.0",
3132
"stylelint-config-css-modules": "4.2.0",
3233
"stylelint-config-standard": "33.0.0",
33-
"turbo": "1.9.0",
34+
"turbo": "2.0.3",
3435
"vite": "4.3.4",
3536
"vitest": "0.32.4"
3637
},

pnpm-lock.yaml

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"pipeline": {
3+
"tasks": {
44
"build": {
55
"outputs": ["dist/**", "storybook-static/**"],
66
"dependsOn": ["^build"]

0 commit comments

Comments
 (0)