Remove existing include directory
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
# 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 $?
|
||||
}
|
Reference in New Issue
Block a user