UI improvements #587
Annotations
4 errors and 4 warnings
upload
Vercel CLI 37.4.2
Retrieving project…
Deploying invariantlabs/webapp-azero
Uploading [--------------------] (0.0B/54.5KB)
Uploading [======--------------] (16.8KB/54.5KB)
Uploading [===========---------] (32.7KB/54.5KB)
Uploading [===============-----] (41.9KB/54.5KB)
Uploading [====================] (54.5KB/54.5KB)
Inspect: https://vercel.com/invariantlabs/webapp-azero/LXUGN5ByNXUMApdu7GA2ok9F5jzA [4s]
Preview: https://webapp-azero-d0j83fgka-invariantlabs.vercel.app [4s]
Queued
Building
Error: Command "npm run build" exited with 2
Error: Check your logs at https://webapp-azero-d0j83fgka-invariantlabs.vercel.app/_logs or run `vercel logs webapp-azero-d0j83fgka-invariantlabs.vercel.app`
|
build:
src/components/PositionsList/PositionItem/PositionItem.stories.tsx#L15
Type '{ tokenXName: string; tokenYName: string; tokenXIcon: string; tokenYIcon: string; min: number; max: number; fee: number; valueX: number; valueY: number; id: number; address: string; tokenXLiq: number; tokenYLiq: number; currentPrice: number; network: Network.Testnet; }' is not assignable to type 'Partial<{ tokenXName: string; tokenYName: string; tokenXIcon: string; tokenYIcon: string; fee: number; min: number; max: number; valueX: number; valueY: number; address: string; id: number; isActive?: boolean | undefined; ... 4 more ...; isFullRange: boolean; }> & { ...; }'.
|
build:
src/components/PositionsList/PositionsList.stories.tsx#L98
Type '{ tokenXName: string; tokenYName: string; tokenXIcon: string; tokenYIcon: string; min: number; max: number; fee: number; valueX: number; valueY: number; id: number; address: string; tokenXLiq: number; tokenYLiq: number; currentPrice: number; network: Network; }[]' is not assignable to type 'IPositionItem[]'.
|
build
Process completed with exit code 2.
|
upload
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
upload
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|