Skip to content

Commit

Permalink
fix: update broken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrosman committed Jun 6, 2024
1 parent cf6fdc1 commit a9c0056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
- name: Install dependencies ⬇️
run: npm ci
- name: Build
- name: Build 🔧
run: npm run build:lib
- name: Publish package on NPM 📦
run: npm publish
Expand Down

0 comments on commit a9c0056

Please sign in to comment.