chore(version): bump version to 0.4.1

This commit is contained in:
nixa 2016-07-28 14:52:42 +03:00
parent e7fca6d4ed
commit d9084037e7
5 changed files with 28 additions and 5 deletions

View file

@ -6,7 +6,6 @@ RUN git clone https://github.com/akveo/ng2-admin.git /var/www \
&& npm run clean \
&& npm install --global bower typings webpack webpack-dev-server typescript \
&& bower install --allow-root \
&& npm run typings -- install \
&& npm install \
&& npm run prebuild:prod && npm run build:prod