chore: replace npm ci with install

This commit is contained in:
peaceiris 2023-01-17 22:40:29 +09:00
parent 7859c9b784
commit 983978086a
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
npm ci
npm install
git remote prune origin

View File

@ -47,7 +47,7 @@ else
git pull origin --tags
fi
npm ci
npm install
mkdir ./lib
npm run build