Skip to content

Commit

Permalink
with the right npm i command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kafil Nasdami committed Mar 15, 2024
1 parent 1b44970 commit 6b7ffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: "20"

- name: Install dependencies
run: npm install --production
run: npm ci --production

- name: Publish to npm
run: npm publish
Expand Down

0 comments on commit 6b7ffa2

Please sign in to comment.