Mercurial > piecrust2
diff garcon/pypi.py @ 648:1696f0a41cfc
cm: Update npm modules and bower packages before making a release.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 16 Feb 2016 22:16:31 -0800 |
parents | 79aefe82c6b6 |
children | 1e543ed2bf38 |
line wrap: on
line diff
--- a/garcon/pypi.py Mon Feb 15 22:09:55 2016 -0800 +++ b/garcon/pypi.py Tue Feb 16 22:16:31 2016 -0800 @@ -7,6 +7,11 @@ raise Exception("You must specify a version!") # FoodTruck assets. + print("Update node modules") + run("npm install") + print("Install Bower components") + run("bower install") + print("Generating FoodTruck assets") run("gulp") # CHANGELOG.rst