Merge branch '2.x' into 3.x

* 2.x:
  [Toolkit] Delay/hide the "Community Kits" feature, minor fixes
  [Site] Fix port to 9044 and upgrade UX dependencies
  [Docs] Fix `composer config` to avoid modifying `package.json` automatically
  Refactor "test_package.sh" to its original purpose, add multiples checks for packages definition
  Enhance PR template with deprecation and documentation fields
  [Icons] explain svg colors and improve example configuration
  [Docs] Add doc for E2E steps + minor modifications
  [Site] Lock icons
This commit is contained in:
Hugo Alliaume
2025-09-25 08:28:32 +02:00

View File

@@ -18,7 +18,7 @@
"build": "tsx ../../../bin/build_package.ts .",
"watch": "tsx ../../../bin/build_package.ts . --watch",
"test": "pnpm run test:unit && pnpm run test:browser",
"test:unit": "../../../bin/test_package.sh . --unit",
"test:unit": "../../../bin/unit_test_package.sh .",
"check": "biome check",
"ci": "biome ci"
},