tdlight/example/web/build-tdweb.sh
levlam bf8c3f2634 Minor tdweb script improvements.
GitOrigin-RevId: 719e61f9c872b2c64134c3d10a309042edc68875
2018-12-24 04:34:19 +03:00

7 lines
82 B
Bash
Executable File

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