31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
|
||
> @gridpilot/website@0.1.0 build
|
||
> next build
|
||
|
||
▲ Next.js 15.5.9
|
||
- Environments: .env.local
|
||
|
||
Creating an optimized production build ...
|
||
✓ Compiled successfully in 3.7s
|
||
Skipping linting
|
||
Checking validity of types ...
|
||
Failed to compile.
|
||
|
||
./hooks/league/useCreateLeague.ts:7:17
|
||
Type error: Return type of exported function has or is using name 'CreateLeagueInput' from external module "/Users/marcmintel/Projects/gridpilot/apps/website/hooks/league/useCreateLeagueWithBlockers" but cannot be named.
|
||
|
||
[0m [90m 5 |[39m [90m * This wrapper maintains backward compatibility while using the new blocker-aware hook[39m
|
||
[90m 6 |[39m [90m */[39m
|
||
[31m[1m>[22m[39m[90m 7 |[39m [36mexport[39m [36mfunction[39m useCreateLeague() {
|
||
[90m |[39m [31m[1m^[22m[39m
|
||
[90m 8 |[39m [36mreturn[39m useCreateLeagueWithBlockers()[33m;[39m
|
||
[90m 9 |[39m }[0m
|
||
Next.js build worker exited with code: 1 and signal: null
|
||
npm error Lifecycle script `build` failed with error:
|
||
npm error code 1
|
||
npm error path /Users/marcmintel/Projects/gridpilot/apps/website
|
||
npm error workspace @gridpilot/website@0.1.0
|
||
npm error location /Users/marcmintel/Projects/gridpilot/apps/website
|
||
npm error command failed
|
||
npm error command sh -c next build
|