purescript-cookbook
purescript-cookbook copied to clipboard
Remove installDeps
This step was leftover from when we used pnpm.
https://github.com/JordanMartinez/purescript-cookbook/blob/1d3ede9f69900979cd8d54ff8b810116d3785340/makefile#L93-L98
Proposing:
- Remove
installDepsfrom makefile - Add package-lock.json to .gitignore
- Update readmes to mention
npm ifor installing dependencies locally.