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

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

Open
2 tasks done
adiati98 opened this issue Dec 18, 2023 · 0 comments
Open
2 tasks done

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

adiati98 opened this issue Dec 18, 2023 · 0 comments
Labels
🐛 bug Something isn't working 👀 needs triage

Comments

@adiati98
Copy link
Member

adiati98 commented Dec 18, 2023

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
@adiati98 adiati98 added 🐛 bug Something isn't working 👀 needs triage labels Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 👀 needs triage
Projects
None yet
Development

No branches or pull requests

1 participant