Skip to content

Commit

Permalink
refactor: move build script to release.yaml (#37)
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 869dd42 commit 75af72b
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": {
"prettier": "^3.3.3"
Expand Down

0 comments on commit 75af72b

Please sign in to comment.