51f06cffe2
GitOrigin-RevId: 122f8ad7baac5df74cf0837e367fc33231c3d706
7 lines
72 B
Bash
Executable File
7 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd tdweb
|
|
npm install || exit 1
|
|
npm run build || exit 1
|
|
cd ..
|