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:
|
script:
|
||||||
- apk add git
|
- apk add git
|
||||||
- cp package.json dist/
|
- cp package.json dist/
|
||||||
|
- cp README.md dist/
|
||||||
- npm version patch -m "[skip CI] Version %s"
|
- npm version patch -m "[skip CI] Version %s"
|
||||||
- git push
|
- git push
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -40,6 +41,7 @@ pipelines:
|
||||||
name: Prepare Package
|
name: Prepare Package
|
||||||
script:
|
script:
|
||||||
- cp package.json dist/
|
- cp package.json dist/
|
||||||
|
- cp README.md dist/
|
||||||
- sed -i s/$BITBUCKET_REPO_SLUG-dev/$BITBUCKET_REPO_SLUG/ dist/package.json
|
- sed -i s/$BITBUCKET_REPO_SLUG-dev/$BITBUCKET_REPO_SLUG/ dist/package.json
|
||||||
artifacts:
|
artifacts:
|
||||||
- dist/**
|
- dist/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue