Skip to content

Commit add091a

Browse files
committed
fix: add pnpm allowBuilds config
* Specify build allowances for Font Awesome, Parcel, and SWC. * set strictDepBuilds to false see: https://pnpm.io/settings#strictdepbuilds
1 parent 17b1922 commit add091a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

invenio_assets/assets/pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
allowBuilds:
2+
'@fortawesome/fontawesome-free': false
3+
'@parcel/watcher': false
4+
'@swc/core': false
5+
strictDepBuilds: false
16
# required for pnpm to work with webpack
27
# https://github.com/webpack/webpack/issues/5087#issuecomment-1589749984
38
nodeLinker: hoisted

0 commit comments

Comments
 (0)