We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12faff3 commit d335be1Copy full SHA for d335be1
scripts/deploy-with-s3.js
@@ -35,7 +35,7 @@ async function main() {
35
await uploadToS3(publicDir, '/', s3Prefix)
36
// Move the 404 HTML file from public into the root dir for Heroku
37
await rename(path.join(publicDir, '404.html'), '404.html')
38
- await rm(publicDir, { recursive: true, force: true })
+ // await rm(publicDir, { recursive: true, force: true })
39
await rm(cacheDir, { recursive: true, force: true })
40
await clearCloudfrontCache()
41
}
0 commit comments