Skip to content

Commit 7bbb723

Browse files
authoredNov 16, 2023
docs(amplify): remove cache from config
1 parent f412af1 commit 7bbb723

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎docs/content/2.deploy/20.providers/aws-amplify.md

-7
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ frontend:
7777
baseDirectory: .amplify-hosting
7878
files:
7979
- "**/*"
80-
cache:
81-
paths:
82-
- node_modules/**/*
83-
8480
```
8581
8682
```yml [amplify.yml (monorepo)]
@@ -99,9 +95,6 @@ applications:
9995
baseDirectory: apps/website1/.amplify-hosting
10096
files:
10197
- '**/*'
102-
cache:
103-
paths:
104-
- node_modules/**/*
10598
buildPath: /
10699
appRoot: apps/website1
107100
```

0 commit comments

Comments
 (0)
Please sign in to comment.