This commit is contained in:
2020-04-23 18:23:04 +02:00
parent 1b9a674034
commit deaa216d6c
3 changed files with 7 additions and 467 deletions
+2 -2
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
+5
View File
@@ -115,6 +115,11 @@ export default {
},
},
},
generate: {
dir: '../public',
},
/*
** Build configuration
*/
-465
View File
File diff suppressed because one or more lines are too long