mirror of
https://github.com/tribufu/tribufu-js
synced 2026-05-06 06:47:27 +00:00
Add boostrap scripts
This commit is contained in:
parent
7d645f6db5
commit
08557b5f36
2 changed files with 8 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue