Skip to content

Bug: Can't run npm run push to commit changes #300

@adiati98

Description

@adiati98

Describe the bug

When I run npm run push to commit my changes, I got the error of Missing script: "push" as below screenshot:

missing push

It happens because there is no "push" command listed in the scripts.

Suggestion

Add "push" to the "scripts" in the package.json.

Steps to reproduce

After running git add .:

  1. Run npm run push command to commit changes.
  2. You will get the error of Missing script: "push".

Browsers

No response

Additional context (Is this in dev or production?)

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions