2
0

feat(lib): Add auto open delay for bubble embed

This commit is contained in:
Baptiste Arnaud
2022-03-14 11:38:57 +01:00
parent 80679dfbd0
commit d6b94130cb
8 changed files with 289 additions and 278 deletions

View File

@ -3,7 +3,7 @@ name: Publish package to NPM
on:
push:
tags:
- 'v*.*.*'
- 'js-lib-v*.*.*'
jobs:
publish:
@ -15,10 +15,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- run: yarn
- run: yarn test
- run: yarn build
- uses: JS-DevTools/npm-publish@v1
with:
package: './packages/typebot-js/package.json'
token: ${{ secrets.NPM_TOKEN }}