Use npm ci for consistent builds
This commit is contained in:
parent
a265336112
commit
5a51597eed
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue