feat: move verify script to project root

- relocate verify/verify.sh to ./verify.sh for easier access
- update all documentation and build script references
- add npm run verify script for consistency
- simplify verification command execution
This commit is contained in:
2025-09-09 00:26:35 +03:00
parent 5c0e8b0f40
commit 88f91f420c
6 changed files with 6 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ snapshots:
verify:
@echo "🔬 Verifying installation in container..."
ENGINE=docker ./verify/verify.sh
ENGINE=docker ./verify.sh
# CI pipeline
ci: lint generate validate test