This website requires JavaScript.
Explore
Help
Sign In
tdlight-team
/
tdlight
Watch
1
Star
1
Fork
0
You've already forked tdlight
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d2d0cb5cc0
tdlight
/
example
/
web
/
build-tdweb.sh
7 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
More tdweb build scripts improvements. GitOrigin-RevId: 37253862aac68213c3d81c0fe4ea6565d0b1f8a6
2018-12-23 21:25:26 +01:00
#!/bin/sh
Minor tdweb script improvements. GitOrigin-RevId: 719e61f9c872b2c64134c3d10a309042edc68875
2018-12-24 02:34:19 +01:00
cd
tdweb
||
exit
1
Add --no-save flag to npm install call. GitOrigin-RevId: 7eea3c63d30181c922d98dfaa1e51ba85aeac0c3
2019-04-30 13:44:43 +02:00
npm install --no-save
||
exit
1
Better tdweb build scripts. GitOrigin-RevId: 2d44117df420202b8d5d1dc4edbba875d6149c82
2018-12-22 22:46:48 +01:00
npm run build
||
exit
1
Remove pushd/popd usage from scripts. GitOrigin-RevId: 122f8ad7baac5df74cf0837e367fc33231c3d706
2018-12-23 22:41:38 +01:00
cd
..
Reference in New Issue
Copy Permalink