Skip to content

Commit

Permalink
remove force flag with updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Mar 19, 2024
1 parent 5a896b4 commit b11bf86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
[functions]
directory = "functions"
node_bundler = "esbuild"
external_node_modules = ["mdsvex", "heffnerdotdev", "@resvg/resvg-js"]
external_node_modules = ["mdsvex", "@resvg/resvg-js"]

[build.environment]
NODE_VERSION = "20"
NPM_FLAGS = "-f" # force install for legacy peer deps

[[headers]]
## https://answers.netlify.com/t/content-type-header-not-working-in-netlify-toml/7718
Expand Down

0 comments on commit b11bf86

Please sign in to comment.