From 646f3a77957237cefc870576e629a68c6051e206 Mon Sep 17 00:00:00 2001 From: scottrepreneur Date: Thu, 21 Dec 2023 10:27:57 -0600 Subject: [PATCH] extra command --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3f0f384..10428a3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,6 @@ jobs: with: node-version: '18.x' registry-url: 'https://registry.npmjs.org' - - run: npm ci - name: Install Dependencies run: pnpm install