Maybe ?
This commit is contained in:
parent
1b9a674034
commit
deaa216d6c
@ -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
|
||||
|
||||
@ -115,6 +115,11 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
generate: {
|
||||
dir: '../public',
|
||||
},
|
||||
|
||||
/*
|
||||
** Build configuration
|
||||
*/
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user