Skip to content

Remove installDeps #227

@milesfrain

Description

@milesfrain

This step was leftover from when we used pnpm.

# Downloads all dependencies and sets up cookbook, so that end-user doesn't
# accidentally use `npm`.
.PHONY: installDeps
installDeps:
> npm i
> rm package-lock.json

Proposing:

  • Remove installDeps from makefile
  • Add package-lock.json to .gitignore
  • Update readmes to mention npm i for installing dependencies locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cookbookIssues related to this repo as a whole and not a recipe in particular

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions