chore: copiando o readme
This commit is contained in:
parent
edb56a991c
commit
90759bf07f
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ pipelines:
|
|||
script:
|
||||
- apk add git
|
||||
- cp package.json dist/
|
||||
- cp README.md dist/
|
||||
- npm version patch -m "[skip CI] Version %s"
|
||||
- git push
|
||||
artifacts:
|
||||
|
@ -40,6 +41,7 @@ pipelines:
|
|||
name: Prepare Package
|
||||
script:
|
||||
- cp package.json dist/
|
||||
- cp README.md dist/
|
||||
- sed -i s/$BITBUCKET_REPO_SLUG-dev/$BITBUCKET_REPO_SLUG/ dist/package.json
|
||||
artifacts:
|
||||
- dist/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue