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

feat/migrate to npm from yarn #6173

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

Conversation

Raushan998
Copy link

What github issue is this PR for, if any?

Resolves #6164

What changed, and why?

  • .dockerignore (modified)
  • .github/labeler.yml (modified)
  • .github/workflows/ci.yml (modified)
  • .github/workflows/rspec.yml (modified)
  • .github/workflows/rspec_parallel.yml (modified)
  • .github/workflows/yarn_lint_and_test.yml (modified)
  • .gitignore (modified)
  • .tool-versions (modified)
  • Dockerfile (modified)
  • Procfile.dev (modified)
  • README.md (modified)
  • bin/git_hooks/build-assets (modified)
  • bin/git_hooks/lint (modified)
  • bin/git_hooks/update-dependencies (modified)
  • bin/lint (modified)
  • bin/setup (modified)
  • bin/update (modified)
  • doc/DOCKER.md (modified)
  • doc/LINUX_SETUP.md (modified)
  • doc/MAC_SETUP.md (modified)
  • doc/NIX_SETUP.md (modified)
  • doc/WSL_SETUP.md (modified)
  • docker/build-assets (modified)
  • flake.nix (modified)
  • yarn.lock (deleted)

Above files changes has been modified or changed where it has been found yarn availability.

How is this tested? (please write tests!) 💖💪

This have been tested over local using npm run test command. Attaching the snapshot for test.
Screenshot 2025-01-17 at 11 41 42 PM

Feelings gif

Ghosts GIF

@github-actions github-actions bot added dependencies Pull requests that update a dependency file javascript for use by Github Labeler to mark pull requests that update Javascript code labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript for use by Github Labeler to mark pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

move from yarn to plain npm
1 participant