This commit is contained in:
Hubert Van De Walle 2020-04-23 18:23:04 +02:00
parent 1b9a674034
commit deaa216d6c
3 changed files with 7 additions and 467 deletions

View File

@ -1,7 +1,7 @@
image: node image: node
before_script: before_script:
- cd frontend && yarn install - yarn --cwd frontend install
cache: cache:
paths: paths:
@ -9,7 +9,7 @@ cache:
pages: pages:
script: script:
- cd frontend && yarn run generate - yarn --cwd frontend run generate
artifacts: artifacts:
paths: paths:
- public - public

View File

@ -115,6 +115,11 @@ export default {
}, },
}, },
}, },
generate: {
dir: '../public',
},
/* /*
** Build configuration ** Build configuration
*/ */

File diff suppressed because one or more lines are too long