Skip to content

Commit 9839780

Browse files
committed
chore: replace npm ci with install
1 parent 7859c9b commit 9839780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/post-merge

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
npm ci
1+
npm install
22
git remote prune origin

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ else
4747
git pull origin --tags
4848
fi
4949

50-
npm ci
50+
npm install
5151

5252
mkdir ./lib
5353
npm run build

0 commit comments

Comments
 (0)