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

chore: convert this repo from yarn to npm #625

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Conversation

domoritz
Copy link
Member

@domoritz domoritz commented Nov 5, 2024

Convert the repository from yarn to npm.

  • package.json: Update scripts section to use npm commands instead of yarn.
  • .github/workflows/test.yml: Update to use npm for installing dependencies and building the project.
  • .release-it.json: Update after:bump hook to use npm run build instead of yarn build.
  • README.md: Update instructions to use npm for installing dependencies instead of yarn.
  • package-lock.json: Add new npm lockfile.

For more details, open the Copilot Workspace session.

Convert the repository from yarn to npm.

* **package.json**: Update scripts section to use npm commands instead of yarn.
* **.github/workflows/test.yml**: Update to use npm for installing dependencies and building the project.
* **.release-it.json**: Update after:bump hook to use npm run build instead of yarn build.
* **README.md**: Update instructions to use npm for installing dependencies instead of yarn.
* **package-lock.json**: Add new npm lockfile.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vega/vega-datasets?shareId=XXXX-XXXX-XXXX-XXXX).
@domoritz domoritz merged commit 7707036 into main Nov 5, 2024
2 checks passed
@domoritz domoritz deleted the domoritz/convert-to-npm-2 branch November 5, 2024 20:33
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.

1 participant