From fdfb175dff1544886ff23936f64227c8763b3267 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 15 Jan 2025 18:10:07 -0500 Subject: [PATCH] update publish workflow --- .github/workflows/npm-publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f167c9e..f7223fd 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -21,7 +21,10 @@ jobs: scope: '@newfold' - name: Install Dependencies - run: npm ci && npm run build + run: npm ci + + - name: Build + run: npm run build - name: Publish run: npm publish