sku@13.4.1
·
403 commits
to master
since this release
Patch Changes
-
sku init: Add apnpm.onlyBuiltDependenciesfield to thepackage.jsonfile ifpnpmv10 is detected (#1160)As of
pnpmv10, dependency lifecycle scripts are no longer run by default. Instead, explicit permission must be given on a per-dependency basis.New
skuprojects will have this field added automatically ifpnpmv10 is detected in order to ensureskuand its dependencies can run necessary lifecycle scripts after installation.