2
0
mirror of https://github.com/tribufu/sdk-js synced 2025-06-19 03:54:19 +00:00

Add boostrap scripts

This commit is contained in:
Guilherme Werner
2024-01-07 19:08:31 -03:00
parent 7d645f6db5
commit 08557b5f36
2 changed files with 8 additions and 0 deletions

4
bootstrap.ps1 Normal file

@ -0,0 +1,4 @@
#!/usr/bin/env pwsh
git submodule update --init --recursive
pnpm install

4
bootstrap.sh Normal file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
git submodule update --init --recursive
pnpm install