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