Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix CircleCI and Github Actions build commands #2395

Merged

Conversation

KensukeTakahara
Copy link
Contributor

@KensukeTakahara KensukeTakahara commented Mar 5, 2022

Fixes #2394.

I just ran the following command.

yarn install
git add ./yarn.lock
git commit -m "fix yarn.lock."

@slsnextbot
Copy link
Collaborator

Handler Size Report

There are changes to handler sizes. Please review.

Base Handler Sizes (kB) (commit 3d3f82d)

{}

New Handler Sizes (kB) (commit 680e177)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1524,
            "Minified": 668
        },
        "Image Lambda": {
            "Standard": 1488,
            "Minified": 800
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1534,
            "Minified": 674
        },
        "Default Lambda V2": {
            "Standard": 1526,
            "Minified": 670
        },
        "API Lambda": {
            "Standard": 634,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1496,
            "Minified": 805
        },
        "Regeneration Lambda": {
            "Standard": 1187,
            "Minified": 546
        },
        "Regeneration Lambda V2": {
            "Standard": 1253,
            "Minified": 573
        }
    }
}

@codecov
Copy link

codecov bot commented Mar 5, 2022

Codecov Report

Merging #2395 (680e177) into master (1e1e7c1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2395   +/-   ##
=======================================
  Coverage   83.77%   83.77%           
=======================================
  Files         102      102           
  Lines        3697     3697           
  Branches     1186     1186           
=======================================
  Hits         3097     3097           
  Misses        588      588           
  Partials       12       12           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d3f82d...680e177. Read the comment docs.

@KensukeTakahara
Copy link
Contributor Author

@dphang
I fixed CircleCI and Github Actions build commands.
It is difficult to contribute in the current master branch.
Please review this PR.

@dphang dphang merged commit ec98072 into serverless-nextjs:master Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CircleCI and Github Actions build commands are broken
3 participants