mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 05:53:18 +08:00
chore: replace npm ci with install
This commit is contained in:
parent
7859c9b784
commit
983978086a
@ -1,2 +1,2 @@
|
||||
npm ci
|
||||
npm install
|
||||
git remote prune origin
|
||||
|
@ -47,7 +47,7 @@ else
|
||||
git pull origin --tags
|
||||
fi
|
||||
|
||||
npm ci
|
||||
npm install
|
||||
|
||||
mkdir ./lib
|
||||
npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user