mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
Run "npm ci"
This commit is contained in:
@@ -58,7 +58,7 @@ else
|
||||
fi
|
||||
|
||||
if [ ! -d "node_modules" ] || [ "$(find package.json -prune -printf '%T@\n' | cut -d . -f 1)" -gt "$(find node_modules -prune -printf '%T@\n' | cut -d . -f 1)" ]; then
|
||||
npm install
|
||||
npm ci
|
||||
fi
|
||||
|
||||
# TODO: Find a better way of setting these
|
||||
|
||||
Reference in New Issue
Block a user