Skip to content

sku@13.4.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 06 Feb 04:08
· 403 commits to master since this release
6d10b31

Patch Changes

  • sku init: Add a pnpm.onlyBuiltDependencies field to the package.json file if pnpm v10 is detected (#1160)

    As of pnpm v10, dependency lifecycle scripts are no longer run by default. Instead, explicit permission must be given on a per-dependency basis.

    New sku projects will have this field added automatically if pnpm v10 is detected in order to ensure sku and its dependencies can run necessary lifecycle scripts after installation.