Skip to content

Remove yarn dependency from example-contracts AND CI #660

@richardpringle

Description

@richardpringle

Context and scope
While yarn might be better than NPM, I really don't think it makes sense to have an extra dependency. Those who prefer yarn will know how to do yarn equivalents when it comes to documentation.

for CI, we should use the command npm ci which will grab all the exact dependencies that are in the package-lock.json.

Discussion and alternatives
Open to alternatives, but the fewer external dependencies, the better IMO.

Open questions
N/A

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions