Ensure npm is up to date
This commit is contained in:
parent
046e4fe4db
commit
483ce423e5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user