Files
sdk-js/bootstrap.sh
Guilherme Werner 08557b5f36 Add boostrap scripts
2024-01-07 19:08:31 -03:00

5 lines
72 B
Bash

#!/usr/bin/env sh
git submodule update --init --recursive
pnpm install