summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tdlib/td/example/web/build-tdweb.sh
blob: 730f79a4b6b2076e639b2407f8a1db94782b250c (plain)
1
2
3
4
5
6
7
#!/bin/sh
cd $(dirname $0)

cd tdweb || exit 1
npm install --no-save || exit 1
npm run build || exit 1
cd ..