Skip to content

Commit

Permalink
ci: upgrade turbo version
Browse files Browse the repository at this point in the history
  • Loading branch information
preschian committed Feb 5, 2023
1 parent 92e76ce commit 428a91c
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 95 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
"pre-commit": "pnpm turbo:generate && lint-staged"
}
},
"lint-staged": {
Expand Down Expand Up @@ -168,7 +168,7 @@
"raw-loader": "^4.0.2",
"sass": "^1.57.1",
"sass-loader": "^10.4",
"turbo": "1.7.0",
"turbo": "1.7.3",
"typescript": "^4.9.4",
"vite-plugin-vue2": "^2.0.3",
"vitest": "^0.28.3",
Expand Down
Loading

0 comments on commit 428a91c

Please sign in to comment.