From 516b4eb44e7ffe44b02a27a1cadf74cd7cd7e32a Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 8 Oct 2024 16:20:29 +0000 Subject: [PATCH] [Actions] Updated .github/actions/npm/action.yml --- .github/actions/npm/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/npm/action.yml b/.github/actions/npm/action.yml index e6ee09af..e78548fe 100644 --- a/.github/actions/npm/action.yml +++ b/.github/actions/npm/action.yml @@ -65,11 +65,6 @@ runs: # core.notice('Cache Hit: ${{steps.npm-cache.outputs.cache-hit}}'); #################################################################################################################### - - name: "NPM: Ensure dist folder exists" - shell: bash - run: | - [ ! -d ../dist ] && mkdir ../dist - - name: "NPM: Install dependencies" working-directory: ${{github.workspace}}/src shell: bash