mirror of
https://github.com/zhigang1992/mtcute.git
synced 2026-05-25 11:46:40 +08:00
8 lines
119 B
Bash
8 lines
119 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# we can't do this during build because we don't have network access
|
|
pnpm install
|
|
|
|
node runner.js $@ |