Skip to content

Commit

Permalink
Refactor package name and use yarn instead of npm for installation an…
Browse files Browse the repository at this point in the history
…d build
  • Loading branch information
Imran-cse committed Sep 26, 2024
1 parent 49ba6da commit 8e0011a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
- run: yarn install
- run: yarn build
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit 8e0011a

Please sign in to comment.