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

Remove unused NPM commands #223

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Remove unused NPM commands #223

wants to merge 2 commits into from

Conversation

skitterm
Copy link
Member

@skitterm skitterm commented Jan 22, 2025

What Changed

Removes unused NPM scripts (noticed during onboarding @ax-vasquez that we have scripts like yarn start in here that we never use).

Commands removed at all levels:
yarn start
yarn build:watch

Commands removed at root level:
yarn dev:storybook

How to test

Make sure all the CI checks pass!

package.json Show resolved Hide resolved
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.86%. Comparing base (cb9a623) to head (808ed6e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #223   +/-   ##
=======================================
  Coverage   95.86%   95.86%           
=======================================
  Files          14       14           
  Lines         387      387           
  Branches       66       65    -1     
=======================================
  Hits          371      371           
  Misses         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants