Princeton-CDH / mep-django

Shakespeare and Company Project - Python/Django web application
https://shakespeareandco.princeton.edu
Apache License 2.0
5 stars 1 forks source link

update npm package dependencies so deploy production install works as expected #806

Closed rlskoeser closed 8 months ago

rlskoeser commented 8 months ago

ansible deploy now runs a production install (omit dev dependencies); we need to update package.json so that anything needed for the production build is in the main dependencies rather than the dev section

implemented in #805

rlskoeser commented 8 months ago

successfully deployed to qa with the updated dev/prod package distribution