diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index af47945465e8..210e35757150 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -253,7 +253,7 @@ jobs: - run: ./scripts/publish-release.sh - prStats: + releaseStats: name: Release Stats runs-on: ubuntu-latest needs: [publishRelease] diff --git a/packages/next/client/image.tsx b/packages/next/client/image.tsx index 0a862497ebc1..5752d6d90062 100644 --- a/packages/next/client/image.tsx +++ b/packages/next/client/image.tsx @@ -57,13 +57,6 @@ type OnLoadingComplete = (result: { type ImgElementStyle = NonNullable -interface StaticImageData { - src: string - height: number - width: number - blurDataURL?: string -} - interface StaticRequire { default: StaticImageData }