Skip to content

Commit

Permalink
docs(amplify): remove cache from config
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 16, 2023
1 parent f412af1 commit 7bbb723
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/content/2.deploy/20.providers/aws-amplify.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ frontend:
baseDirectory: .amplify-hosting
files:
- "**/*"
cache:
paths:
- node_modules/**/*

```

```yml [amplify.yml (monorepo)]
Expand All @@ -99,9 +95,6 @@ applications:
baseDirectory: apps/website1/.amplify-hosting
files:
- '**/*'
cache:
paths:
- node_modules/**/*
buildPath: /
appRoot: apps/website1
```
Expand Down

0 comments on commit 7bbb723

Please sign in to comment.