Closed anushadatar closed 3 years ago
Merged branch, will be sure to do a squash and merge when pushing.
@hsharriman @davidt315 @Inkering thoughts on this? I can do whatever else testing/confirmation you'd like (or just turn off notifications for this), but would love to tie up this loose end before I graduate...
Will of course squash on merge :)
Going to merge this so I can be graduated and airpartners PR free
Use the cross-env package to ensure that local app setup runs smoothly on both windows and unix systems without any manual editing on windows or unix-based sytems.
Currently, our start command specified in
package.json
does not include theset
command, so some users on some platforms have to manually add this qualifier. To avoid this asymmetry, we can add the cross-env dependency and build and start using it.While I perceive that cross-env is a fairly standard addition to this app, it does introduce another dependency we need to manage and update, so that fact is worth considering.