summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tdlib/td/example/web/build-tdweb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Telegram/tdlib/td/example/web/build-tdweb.sh')
-rw-r--r--protocols/Telegram/tdlib/td/example/web/build-tdweb.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/td/example/web/build-tdweb.sh b/protocols/Telegram/tdlib/td/example/web/build-tdweb.sh
new file mode 100644
index 0000000000..730f79a4b6
--- /dev/null
+++ b/protocols/Telegram/tdlib/td/example/web/build-tdweb.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+cd $(dirname $0)
+
+cd tdweb || exit 1
+npm install --no-save || exit 1
+npm run build || exit 1
+cd ..