fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 2b0604a7d8 - Show all commits

View file

@ -10,7 +10,6 @@ notifications:
before_install: before_install:
- npm install --global nyc mocha typescript rimraf shx - npm install --global nyc mocha typescript rimraf shx
install: install:
- npm install - npm install
@ -27,10 +26,7 @@ branches:
- master - master
after_success: after_success:
- npm run typedoc
- npm pack - npm pack
deploy:
- provider: releases - provider: releases
api_key: $GITHUB_TOKEN api_key: $GITHUB_TOKEN
file_glob: true file_glob: true
@ -38,6 +34,7 @@ deploy:
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true
- provider: npm - provider: npm
skip_cleanup: true skip_cleanup: true
email: "operations@pragmatismo.io" email: "operations@pragmatismo.io"