Add npm install

This commit is contained in:
Tyler 2018-07-31 21:32:34 -04:00
parent 485d56d174
commit 4b0d9e1a4e
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ build-static:
image: mhart/alpine-node:latest
stage: build
script:
- npm install -g @vue/cli @vue/cli-service
- npm install -g @vue/cli
- cd joker
- npm install
- npm run build
artifacts:
paths: