Skip to content

Commit dadc4aa

Browse files
committed
chore: release workflow
use `npm i` instead of `npm ci` to prevent issues with changesets
1 parent 9765268 commit dadc4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: npm
2020

2121
- name: Install packages
22-
run: npm ci --prefer-offline
22+
run: npm i --prefer-offline
2323

2424
- name: Build
2525
id: build

0 commit comments

Comments
 (0)