add build environment setup script

This commit is contained in:
Daniel Micay 2023-01-17 00:06:12 -05:00
parent 6fed955003
commit 75384b5e25

7
setup Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
npm ci --ignore-scripts
python -m venv --clear venv
source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt