Skip to content

Add generate command for faster build and baseline acceptance #1968

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

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

Bashamega
Copy link
Contributor

Hello! 🙂

I’ve added a new generate command to the package.json scripts. This change will allow contributors to quickly run the build and baseline acceptance process with a single command, improving workflow efficiency.

Instead of manually running:

npm run build && npm run baseline-accept

Contributors can now simply execute:

npm run generate

Here’s how the updated scripts section will look:

"scripts": {
  "generate": "npm run build && npm run baseline-accept"
}

This small change should help make the development process smoother for everyone. Let me know if you have any questions or suggestions!

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@jakebailey
Copy link
Member

Seems fine with me if @saschanaz wants it.

@saschanaz
Copy link
Contributor

LGTM (which will fail)

Copy link
Contributor

Sorry @saschanaz, you don't have access to these files:

@jakebailey jakebailey merged commit 0829719 into microsoft:main Apr 15, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants