Skip to content

Commit 63a3fd3

Browse files
committed
chore(deps): replace deprecated --no-cache with --cache option
- Updated turbo dev script to use new --cache=local:,remote: flag - Resolved deprecation warning in Turborepo 2.6.1
1 parent a65d181 commit 63a3fd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"scripts": {
33
"build": "turbo build --log-order=grouped",
4-
"dev": "turbo dev --no-cache --continue",
4+
"dev": "turbo dev --cache=local:,remote: --continue",
55
"test": "turbo test",
66
"test:watch": "turbo test:watch",
77
"test:e2e": "turbo test:e2e --filter=solidjs-boilerplate",

0 commit comments

Comments
 (0)