Skip to content

Commit

Permalink
[Actions] Updated .github/actions/npm/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 8, 2024
1 parent abd531a commit 516b4eb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 516b4eb

Please sign in to comment.