diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b620f5d..b9fa7db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,5 +33,8 @@ jobs: - name: Install Dependencies run: pnpm i + - name: Build Packages + run: pnpm build + - name: Publish run: pnpm stage publish --no-git-checks diff --git a/package.json b/package.json index 05d740c..1cf00c1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,6 @@ "lint:js": "eslint --cache .", "lint:prettier": "prettier -w --list-different .", "lint:types": "tsc --pretty --noEmit", - "prepare": "pnpm run build", "security": "npm audit", "start": "rslib -w", "pretest": "pnpm run lint",