Skip to content

Commit

Permalink
Merge pull request #853 from biothings/turbo-upgrade
Browse files Browse the repository at this point in the history
Upgrade turbo
  • Loading branch information
tokebe authored Sep 27, 2024
2 parents eae8ca9 + 6d7388e commit 10fc1b0
Show file tree
Hide file tree
Showing 3 changed files with 1,478 additions and 1,671 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"format:fix": "prettier --write .",
"lint": "eslint . --ext .ts,.js",
"lint:fix": "pnpm lint --fix",
"test": "turbo run --parallel test",
"test-cov": "turbo run --parallel test-cov",
"test": "turbo run --parallel test --ui tui",
"test-cov": "turbo run --parallel test-cov --ui tui",
"siege-local": "artillery run -e local --output report_local.json --config performance-test/config.yaml performance-test/scenarios/creative.yaml",
"smartapi_sync": "node ./scripts/smartapi_sync.js",
"get_rev": "./scripts/get_rev.sh",
Expand Down Expand Up @@ -71,7 +71,7 @@
"rimraf": "^3.0.2",
"supertest": "^6.3.3",
"supports-color": "^7.2.0",
"turbo": "^1.13.0",
"turbo": "^2.0.14",
"typescript": "5.2.2"
},
"dependencies": {
Expand Down Expand Up @@ -111,5 +111,6 @@
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 10fc1b0

Please sign in to comment.