mirror of
https://github.com/LukeHagar/sveltekit-adapters.git
synced 2025-12-06 04:21:32 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user