Skip to content

Commit

Permalink
Hoist opencollective-postinstall I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed May 8, 2024
1 parent 2963201 commit b177e8e
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Expand Up @@ -6,3 +6,7 @@ public-hoist-pattern[]="*prettier*"
# This bypasses the .pnpm folder that resolveModules looks for
# See https://github.com/seek-oss/sku/blob/275752bd3066e52885d461ef5bcd953aaac3bfff/config/webpack/resolveModules.js
public-hoist-pattern[]="@babel/*"

# `docsify-cli` depends on `docsify` which depends on `opencollective-postinstall` and calls it during `postinstall`.
# For some reason, this call fails on CI, so we need to hoist it.
public-hoist-pattern[]="opencollective-postinstall"

0 comments on commit b177e8e

Please sign in to comment.