Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
chore: bump turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Jan 31, 2024
1 parent de893fd commit 1781ff4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"idb-keyval": "^6.2.1",
"pathfinding": "^0.4.18",
"turbo": "^1.12.0",
"unstorage": "^1.10.1",
"workbox-build": "^7.0.0",
"workbox-core": "^7.0.0",
Expand All @@ -50,7 +51,6 @@
"eslint-define-config": "^2.1.0",
"lightningcss": "^1.22.1",
"prettier": "3.2.4",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-pwa": "^0.17.4",
Expand Down
22 changes: 13 additions & 9 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
]
},
"bundle": {
"outputs": [
"dist/**"
],
"inputs": [
"src/**",
"public/**",
"vite.config.ts",
"index.html"
],
"outputs": [
"dist/**"
]
},
"lint": {
Expand Down Expand Up @@ -65,42 +65,46 @@
"node_modules/.cache/prettier/**"
],
"inputs": [
"$TURBO_DEFAULT$",
"**/*.html",
"**/*.ts",
"**/*.md",
"**/*.json",
"**/*.js",
"**/*.css",
".prettierc"
".prettierc",
"!**/dist/**"
]
},
"format:check": {
"outputs": [
"node_modules/.cache/prettier/**"
],
"inputs": [
"$TURBO_DEFAULT$",
"**/*.html",
"**/*.ts",
"**/*.md",
"tsconfig*.json",
"turbo.json",
"**/*.js",
"**/*.css",
".prettierc"
".prettierc",
"!**/dist/**"
]
},
"dev": {
"cache": false,
"persistent": true,
"outputs": [
"node_modules/.vite/**",
"dev-dist/**"
],
"inputs": [
"src/**",
"public/**",
"vite.config.ts",
"index.html"
],
"outputs": [
"node_modules/.vite/**",
"dev-dist/**"
]
}
},
Expand Down

0 comments on commit 1781ff4

Please sign in to comment.