Skip to content

Commit

Permalink
npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurrr committed Oct 14, 2024
1 parent c96ecde commit 8051b62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ jobs:
node-version: "22"

- name: Install dependencies
run: bun install
run: npm install

- name: Build
run: bun run build

- name: npm CI
run: npm ci

- name: Publish
run: npm publish --provinence
env:
Expand Down

0 comments on commit 8051b62

Please sign in to comment.