semaphore-protocol / semaphore

A zero-knowledge protocol for anonymous interactions.
https://semaphore.pse.dev
MIT License
928 stars 211 forks source link

refactor(cli): create an empty yarn.lock file when generating a semahore project with the cli #828

Closed vplasencia closed 4 months ago

vplasencia commented 4 months ago

Description

Now devs will be able to install dependencies successfully right after creating a project with the CLI.

Related Issue(s)

Closes #827

Checklist