CI.
This commit is contained in:
parent
d40a5333f2
commit
3b1bbfe6a0
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- npm run typedoc
|
#- npm run typedoc
|
||||||
- npm pack
|
- npm pack
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -36,11 +36,11 @@ deploy:
|
||||||
file: src/**/*
|
file: src/**/*
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: false
|
||||||
|
|
||||||
- provider: npm
|
- provider: npm
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
email: "operations@pragmatismo.io"
|
email: "operations@pragmatismo.io"
|
||||||
api_key: $NPM_TOKEN
|
api_key: $NPM_TOKEN
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue