From 75af72b299506d2870176b480474f7595052b822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:40:33 +0300 Subject: [PATCH] refactor: move build script to `release.yaml` (#37) Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a2d7b0e..036d3e2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: diff --git a/package.json b/package.json index 4042dc1..a748e61 100644 --- a/package.json +++ b/package.json @@ -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"