Add vue-cli on workspace npm global installers

This commit is contained in:
Luciano Gonçalves 2016-09-06 23:43:03 +01:00
parent beeea8dc0e
commit d538274a0f

View File

@ -154,7 +154,7 @@ RUN if [ ${INSTALL_NODE} = true ]; then \
nvm install ${NODE_VERSION} && \
nvm use ${NODE_VERSION} && \
nvm alias ${NODE_VERSION} && \
npm install -g gulp bower \
npm install -g gulp bower vue-cli \
;fi
# Wouldn't execute when added to the RUN statement in the above block