Skip to content

Commit

Permalink
refactor: use rollup instead tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Oct 29, 2024
1 parent a9f49bf commit 26616c5
Show file tree
Hide file tree
Showing 10 changed files with 327 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
title: "chore(release): version packages"
title: 'chore(release): version packages'
publish: npm run release:publish
version: npm run release:version
commit: "chore(release): version packages"
commit: 'chore(release): version packages'
env:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
NPM_TOKEN: ${{ env.NPM_TOKEN }}
283 changes: 282 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26616c5

Please sign in to comment.