Skip to content

Commit 4acfa3d

Browse files
committed
build: update turbo to version 2.3.4
- Updated the turbo package from version 1.13.4 to 2.3.4. - Modified configuration in turbo.json, changing "pipeline" to "tasks". - Added a persistent flag to the dev task in turbo.json. Signed-off-by: sulmo <sulmo@megazone.com>
1 parent a20267b commit 4acfa3d

File tree

3 files changed

+58
-57
lines changed

3 files changed

+58
-57
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-config-custom": "*",
2424
"husky": "^8.0.3",
2525
"lint-staged": "^13.2.0",
26-
"turbo": "^1.13.4"
26+
"turbo": "^2.3.4"
2727
},
2828
"engines": {
2929
"npm": ">=10.2.3",

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"globalDependencies": [
33
"turbo.json", "package.json", "package-lock.json"
44
],
5-
"pipeline": {
5+
"tasks": {
66
"@cloudforet/utils#build": {
77
"outputs": ["./dist/**"],
88
"inputs": [
@@ -75,6 +75,7 @@
7575
"cache": true
7676
},
7777
"dev": {
78+
"persistent": true,
7879
"cache": false
7980
},
8081
"lint": {

0 commit comments

Comments
 (0)