shopify-app-template-node
shopify-app-template-node copied to clipboard
Fix consistency of package manager
WHY are these changes introduced?
Judging from yarn.lock existence, this project uses yarn as a package manager but also uses npm in the scripts.
I fixed them to make sure the package manager consistency.
WHAT is this pull request doing?
Switched npm into yarn.