Skip to content

Commit

Permalink
Ignore mismatched peer dependency.
Browse files Browse the repository at this point in the history
Until hexojs/hexo-filter-responsive-images#195
is resolved, just ignore mismatched peer dependencies.

Tested it locally and it just worked.
  • Loading branch information
goodhoko committed Jan 18, 2023
1 parent 97d53b6 commit dcf817a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish = "public/"
command = "hexo generate"
command = "npm install --legacy-peer-deps && hexo generate"

[build.environment]
NODE_VERSION = "v19.4.0"

0 comments on commit dcf817a

Please sign in to comment.