diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-08 12:33:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-08 12:33:42 +0300 |
commit | e4a555d8e146994b7fc99c8f0c0f6b4ca8af1495 (patch) | |
tree | 310ece548498c4f7862f4ca2bb6fb060f6c5071e /protocols/Telegram/tdlib/td/example/web/build-tdweb.sh | |
parent | baa88cd35d210debe6af6e784466c813e2ebcf58 (diff) |
we don't need this code
Diffstat (limited to 'protocols/Telegram/tdlib/td/example/web/build-tdweb.sh')
-rw-r--r-- | protocols/Telegram/tdlib/td/example/web/build-tdweb.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/Telegram/tdlib/td/example/web/build-tdweb.sh b/protocols/Telegram/tdlib/td/example/web/build-tdweb.sh deleted file mode 100644 index 730f79a4b6..0000000000 --- a/protocols/Telegram/tdlib/td/example/web/build-tdweb.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -cd $(dirname $0) - -cd tdweb || exit 1 -npm install --no-save || exit 1 -npm run build || exit 1 -cd .. |