Ensure npm is up to date

This commit is contained in:
Devon Mackay 2018-05-25 16:40:21 -04:00
parent 046e4fe4db
commit 483ce423e5

View File

@ -16,6 +16,9 @@ source .venv/bin/activate
# Install/update pip
pip install --upgrade pip
# Update npm
npm install -g npm
# Install application dependencies
script/bootstrap