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 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user