Skip to content

Commit

Permalink
Add and enforce an npm lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
selfisekai committed Jan 28, 2025
1 parent 8a74be5 commit 196e492
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/setup/build_js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ then
NPM=$1
fi

$NPM install --no-save
$NPM ci --ignore-scripts

JS_TARGET=../../data/templates/default/static/js
[ ! -d "$JS_TARGET" ] && mkdir $JS_TARGET
Expand Down
33 changes: 33 additions & 0 deletions contrib/setup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 196e492

Please sign in to comment.