tdlight/example/web/build-tdweb.sh
levlam 51f06cffe2 Remove pushd/popd usage from scripts.
GitOrigin-RevId: 122f8ad7baac5df74cf0837e367fc33231c3d706
2018-12-24 00:41:38 +03:00

7 lines
72 B
Bash
Executable File

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