mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-24 17:04:07 +01:00
Replace bower packages by NPM packages.
In the issue akveo/ng2-admin#162, search should be made to be sure of non regression.
This commit is contained in:
parent
174fef85cc
commit
a30c41a11d
8 changed files with 4 additions and 41 deletions
|
|
@ -4,8 +4,7 @@ RUN git clone https://github.com/akveo/ng2-admin.git /var/www \
|
|||
&& cd /var/www \
|
||||
&& npm install --global rimraf \
|
||||
&& npm run clean \
|
||||
&& npm install --global bower typings webpack webpack-dev-server typescript \
|
||||
&& bower install --allow-root \
|
||||
&& npm install --global typings webpack webpack-dev-server typescript \
|
||||
&& npm install \
|
||||
&& npm run prebuild:prod && npm run build:prod
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue