Skip to content

Commit

Permalink
chore: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed Apr 26, 2024
1 parent aabe4ed commit 98f8a84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: install 🔨
run: yarn install --frozen-lockfile
- name: build 🔨
run: lerna run build
- name: eslint 🚀
run: yarn eslint packages
- name: typecheck 🚀
run: yarn typecheck
- name: testing 🚀
run: yarn test
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 98f8a84

Please sign in to comment.