Skip to content

Commit

Permalink
chore: only production dependencies and omit funding and audit checks (
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Jul 19, 2023
1 parent 4cacb07 commit 19f6c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/www-standalone/resources/scripts/build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ docker run \
npm config set loglevel http && \
npm config set cache /npm/ && \
cd /website/ && \
npm ci --ignore-scripts && \
npm ci --omit=dev --no-audit --no-fund --ignore-scripts && \
$build_cmd \
' \
"
Expand Down

0 comments on commit 19f6c6c

Please sign in to comment.