tdlight/example/web/build-tdweb.sh
levlam 209b9454d9 Better tdweb build scripts.
GitOrigin-RevId: 2d44117df420202b8d5d1dc4edbba875d6149c82
2018-12-23 00:46:48 +03:00

5 lines
63 B
Bash
Executable File

pushd .
cd tdweb
npm install || exit 1
npm run build || exit 1