Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 15, 2025
1 parent 8dfb6cc commit fdfb175
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
scope: '@newfold'

- name: Install Dependencies
run: npm ci && npm run build
run: npm ci

- name: Build
run: npm run build

- name: Publish
run: npm publish
Expand Down

0 comments on commit fdfb175

Please sign in to comment.