Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
smnh authored Jun 3, 2024
2 parents 13047dd + 2ee98a5 commit 66a3ec0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"files": [
"bin.js",
"lib/**/*.js"
"lib/**/*.js",
"lib/**/*.d.ts"
],
"author": "Netlify Inc.",
"contributors": [
Expand Down
3 changes: 3 additions & 0 deletions packages/config/src/mutations/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,7 @@ const MUTABLE_PROPS = {
images: { lastEvent: 'onPostBuild' },
'images.remote_images': { lastEvent: 'onPostBuild' },
redirects: { lastEvent: 'onPostBuild' },
'dev.processing': { lastEvent: 'onPreDev' },
'dev.processing.html': { lastEvent: 'onPreDev' },
'dev.processing.html.injections': { lastEvent: 'onPreDev' },
}

0 comments on commit 66a3ec0

Please sign in to comment.