feat: add domain-events package

This commit is contained in:
Karol Sójko
2022-07-06 10:03:57 +02:00
parent f7b3b9c4eb
commit 8a47c4bb41
291 changed files with 3458 additions and 2433 deletions
@@ -1,4 +1,4 @@
name: Version Bump
name: Publish Packages
on:
push:
@@ -35,5 +35,14 @@ jobs:
- name: Install locally
run: yarn install --immutable
- name: Bump Version
run: yarn release:prod
- name: Build packages
run: yarn build
- name: Bump version
run: yarn release
- name: Publish
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.CI_NPM_TOKEN }}