Use npm ci for consistent builds

This commit is contained in:
Billy Tat 2024-12-16 10:45:01 -08:00
parent a265336112
commit 5a51597eed
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ local:
remote:
mkdir -p tmp
npm install && npm update
npm ci
npx antora --version
npx antora --stacktrace --log-format=pretty --log-level=info \
playbook-remote.yml \
@ -17,7 +17,7 @@ clean:
rm -rf build
environment:
npm install && npm update
npm ci
preview:
npx http-server build/site -c-1