Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tot-ra authored Sep 13, 2023
1 parent 23a878e commit b252ace
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ runs:
- name: build
run: 'npm install'
shell: bash
- name: install ncc
run: 'npm i -g @vercel/ncc'
shell: bash
- name: build
run: 'npm run build'
shell: bash
Expand Down

0 comments on commit b252ace

Please sign in to comment.