Add npminstall to pip and docker build processes

This commit is contained in:
Raphael Michel
2021-03-30 13:54:33 +02:00
parent ba0849ea8d
commit e7db4e7c42
3 changed files with 16 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ coverage:
coverage run -m py.test
npminstall:
# keep this in sync with setup.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