Use "npm ci" to build pretix (#5451)

This commit is contained in:
Raphael Michel
2025-09-19 14:34:30 +02:00
committed by GitHub
parent dd441c09f7
commit 3b30553880
2 changed files with 3 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ coverage:
coverage run -m py.test
npminstall:
# keep this in sync with setup.py!
# keep this in sync with pretix/_build.py!
mkdir -p pretix/static.dist/node_prefix/
cp -r pretix/static/npm_dir/* pretix/static.dist/node_prefix/
npm install --prefix=pretix/static.dist/node_prefix
npm ci --prefix=pretix/static.dist/node_prefix