Skip to content

Commit

Permalink
refactor: move build script to release.yaml (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Sep 23, 2024
1 parent 7372904 commit 5b6b5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: pnpm i

- name: Build
run: pnpm build
run: pnpm rollup -c rollup.config.ts --configPlugin typescript

- name: Create Release
env:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"index.js"
],
"scripts": {
"init": "pnpm i && husky",
"build": "rollup -c rollup.config.ts --configPlugin typescript"
"init": "pnpm i && husky"
},
"peerDependencies": {
"next": "^13.0.0 || ^14.0.0"
Expand Down

0 comments on commit 5b6b5cc

Please sign in to comment.