Skip to content

Commit

Permalink
chore: replace npm ci with install
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 17, 2023
1 parent 7859c9b commit 9839780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm ci
npm install
git remote prune origin
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else
git pull origin --tags
fi

npm ci
npm install

mkdir ./lib
npm run build
Expand Down

0 comments on commit 9839780

Please sign in to comment.