mirror of
https://github.com/sakaljurgis/kobo.git
synced 2026-07-08 22:17:42 +00:00
some ts-node issues
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user