Ajustando artifacs export

This commit is contained in:
Leandro Costa 2023-01-27 08:04:49 -03:00
parent be8af1fd39
commit ac65309b1e

View file

@ -9,7 +9,7 @@ definitions:
- yarn install
- yarn build
artifacts:
- dist
- dist/**
pipelines:
branches:
default:
@ -24,7 +24,7 @@ pipelines:
- npm version patch -m "[skip CI] Version %s"
- git push
artifacts:
- dist
- dist/**
- step:
name: Publish
deployment: staging
@ -40,7 +40,7 @@ pipelines:
script:
- cp package.json dist/
artifacts:
- dist
- dist/**
- step:
name: Publish
deployment: production