Skip to content

fix: checks

fix: checks #212

GitHub Actions / Release failed Feb 25, 2025 in 0s

Errors 1

Found 1 errors

Annotations

Check failure on line 1 in app/entrypoints/renderer/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @app/renderer-entrypoint

Exit code 1
Raw output
⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

  ▲ Next.js 14.2.24
  - Environments: .env
  - Experiments (use with caution):
    · externalDir
    · esmExternals
    · outputFileTracingRoot

   Creating an optimized production build ...
 ✓ Compiled successfully
   Checking validity of types ...

 ⚠ Linting is disabled.
Failed to compile.

../../../../.yarn/__virtual__/@app-member-cards-grid-virtual-207583b7cc/1/app/fragments/app-member-cards-grid/src/hooks/helpers/get-unique-items.helper.ts:6:8
Type error: Type 'IterableIterator<any>' can only be iterated through when using the '--downlevelIteration' flag or with a '--target' of 'es2015' or higher.

  4 |   const filterKey = 'id'
  5 |   const uniqueDataArray = [
> 6 |     ...new Map(allDataArray.map((allDataItem) => [allDataItem[filterKey], allDataItem])).values(),
    |        ^
  7 |   ]
  8 |   return uniqueDataArray
  9 | }
Next.js build worker exited with code: 1 and signal: null
cp: cannot stat './src/.next/standalone': No such file or directory