From af17c8428b5d74bfe418b4db524b1318e10eefc9 Mon Sep 17 00:00:00 2001 From: 0t4u <61939142+0t4u@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:44:44 +0000 Subject: [PATCH] fix: build --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c4dde6..68a30af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ jobs: - uses: actions/checkout@v4 - run: mkdir -p ./dist + - run: jq 'del(.scripts.prepare)' ./dist/package.json + - name: Download the build artifact uses: actions/download-artifact@v4 with: @@ -19,7 +21,7 @@ jobs: path: ./dist - name: Package the build artifact - run: npm pack ./dist --ignore-scripts + run: npm pack ./dist - name: Get Package Version run: |