purescript-cookbook icon indicating copy to clipboard operation
purescript-cookbook copied to clipboard

Remove installDeps

Open milesfrain opened this issue 5 years ago • 0 comments

This step was leftover from when we used pnpm.

https://github.com/JordanMartinez/purescript-cookbook/blob/1d3ede9f69900979cd8d54ff8b810116d3785340/makefile#L93-L98

Proposing:

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

milesfrain avatar Aug 26 '20 05:08 milesfrain