From 5de2122587bdfbe6bf325ab2fd92ba4db0692a5d Mon Sep 17 00:00:00 2001 From: pplancq Date: Mon, 25 Mar 2024 15:50:36 +0100 Subject: [PATCH] ci(publish): remove node_modules before publish --- .github/workflows/npm-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b8b7049..7bb4fb3 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,6 +29,9 @@ jobs: - name: Build Project run: npm run build + - name: Remove node_modules + run: rm -Rf node_modules + - name: Publish if version has been updated uses: pascalgn/npm-publish-action@1.3.9 env: