We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f395e commit bd80979Copy full SHA for bd80979
1 file changed
amplify.yml
@@ -3,23 +3,14 @@ frontend:
3
phases:
4
preBuild:
5
commands:
6
- - corepack enable
7
- - corepack prepare pnpm@latest --activate
8
- - pnpm install --frozen-lockfile
+ - npm ci
9
build:
10
11
- - pnpm run build
+ - npm run build
12
artifacts:
13
- # Next.js SSR requires both .next and standalone/serverless files
14
baseDirectory: .next
15
files:
16
- '**/*'
17
cache:
18
paths:
19
- node_modules/**/*
20
- - .pnpm-store/**/*
21
- customHeaders:
22
- - pattern: '**/*'
23
- headers:
24
- - key: Cache-Control
25
- value: public,max-age=0,must-revalidate
0 commit comments