mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2026-02-10 19:50:28 +08:00
fix: correct npmrc only-built-dependencies array syntax
This commit is contained in:
parent
5eced51979
commit
abcbb6388b
4
.npmrc
4
.npmrc
@ -1,4 +1,6 @@
|
|||||||
shamefully-hoist=true
|
shamefully-hoist=true
|
||||||
virtual-store-dir-max-length=80
|
virtual-store-dir-max-length=80
|
||||||
public-hoist-pattern[]=*@heroui/*
|
public-hoist-pattern[]=*@heroui/*
|
||||||
only-built-dependencies="['electron', 'esbuild', 'meta-json-schema']"
|
only-built-dependencies[]=electron
|
||||||
|
only-built-dependencies[]=esbuild
|
||||||
|
only-built-dependencies[]=meta-json-schema
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user