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
[x] Tests
[x] Documentation
[x] Consolidated commits
[x] Relevant labels assigned
Steps to Test
yarn test
yarn start
Deploy Notes
yarn install
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
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
yarn test
yarn start
Deploy Notes
yarn install
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
beforeyarn install
Related Issues
Resolves #334 Related to #335