fix: use 7za instead of 7z #4
Annotations
1 error and 1 warning
release
Error: Command failed with exit code 127: npm run build && 7za a app.7z ./out/*
/bin/sh: 1: 7za: not found
> [email protected] prebuild
> npm run eslint -- --fix
> [email protected] eslint
> eslint "src/{**/*,*}.{ts,tsx}" --fix
> [email protected] build
> next build
⚠ 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.1.4
Linting and checking validity of types ...
Creating an optimized production build ...
✓ Compiled successfully
Collecting page data ...
Generating static pages (0/3) ...
✓ Generating static pages (3/3)
Finalizing page optimization ...
Collecting build traces ...
Route (pages) Size First Load JS
┌ ○ / (457 ms) 95 kB 203 kB
├ /_app 0 B 108 kB
└ ○ /404 181 B 108 kB
+ First Load JS shared by all 108 kB
├ chunks/framework-0ce99847d24d61e4.js 45.2 kB
├ chunks/main-fb66de2ab44bae14.js 37.2 kB
├ chunks/pages/_app-393f60f26b430b42.js 24.1 kB
└ other shared chunks (total) 1.01 kB
○ (Static) prerendered as static content
|
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|