From 74c59ef00c69f8344b42c98bd76a18cd5e51e7f9 Mon Sep 17 00:00:00 2001 From: Akkuman Date: Mon, 4 Dec 2023 10:17:21 +0800 Subject: [PATCH] fix: Add npm install command --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a64820..14bd058 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,7 @@ jobs: node-version: 16 cache: 'npm' cache-dependency-path: package-lock.json + - run: npm install -D - run: npm run package - run: | git config user.name github-actions