Skip to content

Commit c3b0f2f

Browse files
refactor: move build script to release.yaml (#103)
Co-authored-by: Almanov Nikita <[email protected]>
1 parent 91f621b commit c3b0f2f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: pnpm i
5050

5151
- name: Build
52-
run: pnpm build
52+
run: pnpm rollup -c rollup.config.ts --configPlugin typescript
5353

5454
- name: Create Release
5555
env:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"index.js"
4747
],
4848
"scripts": {
49-
"init": "pnpm i && husky",
50-
"build": "rollup -c rollup.config.ts --configPlugin typescript"
49+
"init": "pnpm i && husky"
5150
},
5251
"peerDependencies": {
5352
"@commitlint/cli": "^19.0.0",

0 commit comments

Comments
 (0)