TechAndCheck / tech-and-check-alerts

Daily tip sheet for fact checkers
MIT License
13 stars 6 forks source link

Clean start scripts #345

Closed slifty closed 4 years ago

slifty commented 4 years ago

Description

This PR removes some of the bloat from our start script. Specifically we never actually used parcel. Removing parcel allows us to remove several start scripts, as well as the concurrently package.

Due Diligence Checklist

Steps to Test

  1. yarn test
  2. yarn start

Deploy Notes

I don't think this will remove the old dependencies; if you want a truly clean dependency set you should probably run rm -fr node_modules before yarn install

Related Issues

Resolves #334 Related to #335