From ca4b4eddc07acfe070272daebd2c34f4c8c7b2a0 Mon Sep 17 00:00:00 2001 From: Jurgis Sakalauskas Date: Sat, 25 Nov 2023 11:12:08 +0200 Subject: [PATCH] some ts-node issues --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index a201f28..e27f262 100644 --- a/start.sh +++ b/start.sh @@ -5,11 +5,12 @@ echo "Installing calibre" apt-get update -y apt-get install -y libopengl0 apt-get install -y libegl1 +apt-get install -y libxcb-cursor0 wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin # npm install echo "Installing dependencies" -npm install +npm install --include=dev if [ "$NODE_ENV" == "production" ]; then echo "Running prod"