Add frontend install and build to bootstrap script

Now you don’t need to remember what the two commands are and when you need to
run them, you can just run the bootstrap script instead.

Makes sense to have them here since the `pip install` is also in here.
This commit is contained in:
Chris Hill-Scott
2016-03-03 07:41:53 +00:00
parent 332d018d7c
commit 5b073341a0
2 changed files with 19 additions and 26 deletions

View File

@@ -27,3 +27,5 @@ fi
# Install Python development dependencies
pip3 install -r requirements_for_test.txt
npm install && npm run build