Skip to content
Snippets Groups Projects
Commit 601995f5 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

updated data

parent 5765c8e4
No related branches found
No related tags found
No related merge requests found
......@@ -39,12 +39,17 @@ function build_wheel() {
pip check
}
function npm_install() {
npm install
}
function main() {
# setup_venv
pip_compile
pip_install
pip_install_via_setup_py
#build_wheel
build_wheel
npm_install
}
main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment