mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-14 17:54:19 +00:00
Add boostrap scripts
This commit is contained in:
4
bootstrap.ps1
Normal file
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
4
bootstrap.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
git submodule update --init --recursive
|
||||
pnpm install
|
Reference in New Issue
Block a user