Skip to content

Commit d538274

Browse files
committed
Add vue-cli on workspace npm global installers
1 parent beeea8d commit d538274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ RUN if [ ${INSTALL_NODE} = true ]; then \
154154
nvm install ${NODE_VERSION} && \
155155
nvm use ${NODE_VERSION} && \
156156
nvm alias ${NODE_VERSION} && \
157-
npm install -g gulp bower \
157+
npm install -g gulp bower vue-cli \
158158
;fi
159159

160160
# Wouldn't execute when added to the RUN statement in the above block

0 commit comments

Comments
 (0)