Update GitHub Actions workflow to use pnpm v4.1.0 and improve error handling in test scripts

- Upgraded pnpm action version in the CI workflow.
- Enhanced error messages for missing test and typecheck scripts in adapter-appwrite and examples.
- Cleaned up conditional checks for better readability.
This commit is contained in:
Luke Hagar
2025-07-13 10:30:21 -05:00
parent 26b1f98523
commit fef066e29e
2 changed files with 70 additions and 70 deletions

View File

@@ -28,7 +28,7 @@ ${error.message}
Stack trace:
${error.stack}
Please report this issue at: https://github.com/your-repo/sveltekit-adapters/issues`;
Please report this issue at: https://github.com/lukehagar/sveltekit-adapters/issues`;
console.error(errorMessage);