From 50a01b7167f23e564374ea6a61fca4647848dc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Correa=20Casablanca?= Date: Wed, 13 Mar 2024 23:23:55 +0100 Subject: [PATCH] fix: release scripts Signed-off-by: Andres Correa Casablanca --- .github/workflows/npm_publish.yml | 2 +- .github/workflows/tests.yml | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index e5d19be..2b7c9b1 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -25,7 +25,7 @@ jobs: - name: Install PNPM # v3.0.0 uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d with: - version: '8.15.1' + version: '8.15.3' - name: Use Node.js ${{ matrix.node-version }} # v4.0.2 uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2df9d89..5b63093 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: - name: Install PNPM # v3.0.0 uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d with: - version: '8.15.1' + version: '8.15.3' - name: Use Node.js ${{ matrix.node-version }} # v4.0.2 uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: diff --git a/package.json b/package.json index c42700c..def02ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kindspells/astro-shield", - "version": "1.0.0", + "version": "1.0.1", "description": "An Astro plugin to compute and inject SRI hashes for script and style tags", "private": false, "type": "module", @@ -31,7 +31,7 @@ "lint:biome": "biome lint .", "lint:publint": "publint", "lint:tsc": "tsc -p .", - "prepublishOnly": "pnpm lint && pnpm test", + "prepublishOnly": "pnpm lint && pnpm test:unit", "test:e2e": "vitest -c vitest.config.e2e.mts run", "test:e2e:coverage": "vitest -c vitest.config.e2e.mts run --coverage", "test:unit": "vitest -c vitest.config.unit.mts run",