Skip to content

Commit 3a5c719

Browse files
authored
Merge pull request #55 from sectsect/update-dependencies
Update dependencies
2 parents a65d181 + d85ba04 commit 3a5c719

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/young-plants-start.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@sect/solid-hiding-header": patch
3+
---
4+
5+
.
6+
7+
- chore(deps): replace deprecated --no-cache with --cache option

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)