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

Scripts: Corrected "npm start:hot" in the README file #38178

Merged
merged 2 commits into from
Jan 24, 2022

Conversation

knilkantha
Copy link
Contributor

#"run" keyword was missing on these two commands.

Description

"run" keyword was missing on these two commands.

npm start
npm start:hot

Correct Command is

npm run start
npm run start:hot

Types of changes

Documentation Improvement.

"run" keyword was missing on these two commands.
@github-actions
Copy link

👋 Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @knilkantha! In case you missed it, we'd love to have you join us in our Slack community, where we hold regularly weekly meetings open to anyone to coordinate with each other.

If you want to learn more about WordPress development in general, check out the Core Handbook full of helpful information.

@github-actions github-actions bot added the First-time Contributor Pull request opened by a first-time contributor to Gutenberg repository label Jan 24, 2022
packages/scripts/README.md Outdated Show resolved Hide resolved
@gziolo
Copy link
Member

gziolo commented Jan 24, 2022

Great catch with npm start:hot 👍🏻 I will land this patch shortly, thank you.

@gziolo gziolo added [Tool] WP Scripts /packages/scripts [Type] Developer Documentation Documentation for developers labels Jan 24, 2022
@gziolo gziolo merged commit 09dfe72 into WordPress:trunk Jan 24, 2022
@github-actions github-actions bot added this to the Gutenberg 12.5 milestone Jan 24, 2022
@gziolo gziolo changed the title Corrected "npm start:hot" Scripts: Corrected "npm start:hot" in the README file Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
First-time Contributor Pull request opened by a first-time contributor to Gutenberg repository [Tool] WP Scripts /packages/scripts [Type] Developer Documentation Documentation for developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants