mirror of
https://github.com/symfony/ux-leaflet-map.git
synced 2026-03-24 00:52:09 +01:00
Refactor "test_package.sh" to its original purpose, add multiples checks for packages definition
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
"build": "tsx ../../../../../../bin/build_package.ts .",
|
||||
"watch": "tsx ../../../../../../bin/build_package.ts . --watch",
|
||||
"test": "pnpm run test:browser",
|
||||
"test:browser": "../../../../../../bin/test_package.sh . --browser",
|
||||
"test:browser:ui": "../../../../../../bin/test_package.sh . --browser --ui",
|
||||
"test:browser": "playwright test",
|
||||
"test:browser:ui": "playwright test --ui",
|
||||
"check": "biome check",
|
||||
"ci": "biome ci"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user