Run "npm ci"

This commit is contained in:
sdarwin
2023-11-06 21:23:26 +00:00
committed by Alan de Freitas
parent eb144d4d92
commit 544ffdb0a9
8 changed files with 26 additions and 12 deletions

View File

@@ -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