Skip to content

v2.8 — npm/pnpm/yarn convenience scripts

Choose a tag to compare

@nadimtuhin nadimtuhin released this 27 Jun 18:14
· 11 commits to main since this release

What's Changed

  • package.json added for Node package manager convenience:
    • npm test / pnpm test / yarn test → PHPUnit via Composer
    • npm run lint → PHPCS WordPress standard
    • npm run lint:fix → PHPCBF auto-fix
    • npm run check → lint + test

Upgrade Notice

No plugin behaviour changes. Developer tooling only.