We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm run push
When I run npm run push to commit my changes, I got the error of Missing script: "push" as below screenshot:
Missing script: "push"
It happens because there is no "push" command listed in the scripts.
Add "push" to the "scripts" in the package.json.
package.json
After running git add .:
git add .
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When I run
npm run push
to commit my changes, I got the error ofMissing script: "push"
as below screenshot: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 .
:npm run push
command to commit changes.Missing script: "push"
.Browsers
No response
Additional context (Is this in dev or production?)
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: