fix: use lib as artifacts path

Fixes #19
This commit is contained in:
Karl-Philipp Wulfert
2019-05-21 16:43:54 +02:00
parent 00f4659895
commit ec8c891a7a
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ package:
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
artifacts:
paths:
- public
- lib
pages:
stage: deploy

View File

@@ -636,7 +636,7 @@ export function getRules(configuration: Configuration): Rules {
],
artifacts: {
paths: [
'public',
'lib',
],
},
},