Commit 4e3abc85 authored by David Dollar's avatar David Dollar

dont install devDependencies

parent 6472ce71
......@@ -178,7 +178,7 @@ fi
# install dependencies with npm
echo "-----> Installing dependencies with npm"
run_npm "install"
run_npm "install --production"
run_npm "rebuild"
echo "Dependencies installed" | indent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment