Add file containing bootstrap specific functions
This commit is contained in:
parent
b23c6b15bb
commit
6fa5d7aad1
12
script/include/bootstrap_functions.inc.sh
Normal file
12
script/include/bootstrap_functions.inc.sh
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# bootstrap_functions.inc.sh: Functions used by the bootstrap script
|
||||||
|
|
||||||
|
install_python_packages() {
|
||||||
|
local install_flags="${1}"
|
||||||
|
pipenv install ${install_flags}
|
||||||
|
return $?
|
||||||
|
}
|
||||||
|
|
||||||
|
install_node_packages() {
|
||||||
|
npm install
|
||||||
|
return $?
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user