some ts-node issues

This commit is contained in:
Jurgis Sakalauskas
2023-11-25 11:12:08 +02:00
parent cf9da2d4f7
commit ca4b4eddc0
+2 -1
View File
@@ -5,11 +5,12 @@ echo "Installing calibre"
apt-get update -y apt-get update -y
apt-get install -y libopengl0 apt-get install -y libopengl0
apt-get install -y libegl1 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 wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin
# npm install # npm install
echo "Installing dependencies" echo "Installing dependencies"
npm install npm install --include=dev
if [ "$NODE_ENV" == "production" ]; then if [ "$NODE_ENV" == "production" ]; then
echo "Running prod" echo "Running prod"