10 lines
385 B
YAML
10 lines
385 B
YAML
nodeLinker: node-modules
|
|
|
|
# Yarn quarantines npm releases younger than `npmMinimalAgeGate` (24h by
|
|
# default). The @reacteditor alpha channel and the Hydrogen preview build are
|
|
# both pinned to deliberately-recent versions, so preapprove just those rather
|
|
# than dropping the age gate for the whole dependency tree.
|
|
npmPreapprovedPackages:
|
|
- "@reacteditor/*"
|
|
- "@shopify/hydrogen"
|