Skip to content

Commit db6c6e7

Browse files
authored
Merge pull request laradock#13 from luciano-jr/feature/vue-cli-workspace
Add vue-cli on workspace npm global installers
2 parents beeea8d + d538274 commit db6c6e7

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)