[Docs] Add doc for E2E steps + minor modifications

This commit is contained in:
Raphaël Geffroy
2025-09-18 15:13:30 +02:00
committed by Hugo Alliaume
parent 7ebc6566cf
commit 7965c23461

View File

@@ -21,6 +21,7 @@
"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",
"check": "biome check",
"ci": "biome ci"
},