chore(ci): try to publish 2 things with travis
This commit is contained in:
parent
7843c29d32
commit
66799af3a2
|
|
@ -38,10 +38,11 @@ jobs:
|
||||||
- node_js: '12'
|
- node_js: '12'
|
||||||
before_deploy: npm run apply-next-version
|
before_deploy: npm run apply-next-version
|
||||||
deploy:
|
deploy:
|
||||||
|
- src: "."
|
||||||
|
- src: "packages/playwright-firefox"
|
||||||
provider: npm
|
provider: npm
|
||||||
edge: true
|
edge: true
|
||||||
email: aslushnikov@gmail.com
|
email: aslushnikov@gmail.com
|
||||||
src: "."
|
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue