chore: replace npm ci with install

This commit is contained in:
peaceiris
2023-01-17 22:40:29 +09:00
parent 7859c9b784
commit 983978086a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
npm ci npm install
git remote prune origin git remote prune origin
+1 -1
View File
@@ -47,7 +47,7 @@ else
git pull origin --tags git pull origin --tags
fi fi
npm ci npm install
mkdir ./lib mkdir ./lib
npm run build npm run build