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
before_script:
- cd frontend && yarn install
- yarn --cwd frontend install
cache:
paths:
@ -9,7 +9,7 @@ cache:
pages:
script:
- cd frontend && yarn run generate
- yarn --cwd frontend run generate
artifacts:
paths:
- public

View File

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

File diff suppressed because one or more lines are too long