From f8ef01c40b5d5bfa3ef341509831d292351d89b4 Mon Sep 17 00:00:00 2001 From: Ribhararnus Pracutian Date: Thu, 29 Dec 2022 18:27:09 +0700 Subject: [PATCH] Fix `npm` publish workflows (#2) --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 195871d..0bbcd28 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,9 +22,7 @@ jobs: registry-url: "https://registry.npmjs.org" - name: Install dependencies and build 🔧 - run: - - pnpm install - - pnpm build + run: pnpm install && pnpm build - name: Publish package on NPM 📦 run: npm publish