Skip to content
Snippets Groups Projects
Commit 52feacdb authored by David Trattnig's avatar David Trattnig
Browse files

Install npm packages in dev only.

parent 096f7ca5
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,6 @@ fi
echo "Installation OPAM Packages ..."
bash script/install-opam-packages.sh
echo "Installing Web Application Packages ..."
bash script/install-web.sh
echo "Installing Python Requirements ..."
python3.7 $(which pip3) install -r requirements.txt
......@@ -35,6 +32,9 @@ if [ $mode == "dev" ]; then
echo "Copy configuration to './configuration/engine.ini'"
cp -n configuration/sample-development.engine.ini configuration/engine.ini
echo "Installing Web Application Packages ..."
bash script/install-web.sh
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment