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