bf8c3f2634
GitOrigin-RevId: 719e61f9c872b2c64134c3d10a309042edc68875
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd tdweb || exit 1
|
|
npm install || exit 1
|
|
npm run build || exit 1
|
|
cd ..
|