From 493f5b3f3fb3f9594a53981e6e1c0fa2241477a8 Mon Sep 17 00:00:00 2001 From: Sketchbuch Date: Fri, 19 Jan 2024 06:15:20 +0100 Subject: [PATCH] chore: update --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51b171e..b2180dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,6 +28,9 @@ jobs: - name: Install dependencies 🔧 run: pnpm install --frozen-lockfile + - name: Pre-package Test 🔧 + run: pnpm prepublishOnly + #- name: Publish package to NPM 📦 # run: npm publish # env: