Refactor "test_package.sh" to its original purpose, add multiples checks for packages definition

This commit is contained in:
Hugo Alliaume
2025-09-20 13:14:31 +02:00
parent 1630653a21
commit 21a475a4ac
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -17,6 +17,9 @@
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=8.1"
},
"autoload": {
"psr-4": {
"Symfony\\UX\\Swup\\": "src/"