Fix build config

This commit is contained in:
Tyler 2018-07-31 21:30:16 -04:00
parent 5103a3af97
commit 192143be13
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ build-static:
image: mhart/alpine-node:latest
stage: build
script:
- npm install -g @vue/cli
- export PATH=$PATH:node_modules/.bin
- npm install -g @vue/cli @vue/cli-service
- cd joker
- npm run build
artifacts: