Skip to content

Fix CI pipeline failures#52

Merged
Mosss-OS merged 1 commit into
mainfrom
fix/ci-pipeline
May 16, 2026
Merged

Fix CI pipeline failures#52
Mosss-OS merged 1 commit into
mainfrom
fix/ci-pipeline

Conversation

@Mosss-OS

Copy link
Copy Markdown
Owner

Summary

  • Add .eslintrc.json with next/core-web-vitals config so next lint doesn't prompt interactively in CI
  • Add typecheck npm script (tsc --noEmit) since no script existed for pnpm tsc
  • Install eslint@8 + eslint-config-next@14 (ESLint v9 broke Next 14's CLI options)
  • Rename usePrivateKeyTransferprivateKeyTransfer to fix React hooks-of-hooks lint error

…allet hook naming)

- Add .eslintrc.json for Next.js ESLint config
- Add typecheck npm script for CI
- Install eslint@8 + eslint-config-next@14 compatible deps
- Rename usePrivateKeyTransfer to privateKeyTransfer to fix hooks rule
@vercel

vercel Bot commented May 16, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Hobby accounts are limited to daily cron jobs. This cron expression (*/5 * * * *) would run more than once per day. Upgrade to the Pro plan to unlock all Cron Jobs features on Vercel.

Learn More: https://vercel.link/3Fpeeb1

@Mosss-OS Mosss-OS merged commit cdbe7f4 into main May 16, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant