This repository has been archived on 2020-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
tdlib-fork/example/web/build-tdweb.sh

7 lines
92 B
Bash
Executable File

#!/bin/sh
cd tdweb || exit 1
npm install --no-save || exit 1
npm run build || exit 1
cd ..