2
0
mirror of https://github.com/tribufu/sdk-js synced 2025-06-19 12:04:19 +00:00
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