Skip to content

Commit 6b6d2a7

Browse files
Brian MadisonBrian Madison
authored andcommitted
fix: use npm install instead of npm ci in publish workflow
1 parent 840f61f commit 6b6d2a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install dependencies
26-
run: npm ci
26+
run: npm install
2727

2828
- name: Run format check
2929
run: npm run format:check

0 commit comments

Comments
 (0)