Fix build config

This commit is contained in:
Tyler 2018-07-31 21:26:03 -04:00
parent 2fb68ce8cf
commit 5103a3af97
1 changed files with 1 additions and 0 deletions

View File

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