6 lines
36 B
Bash
6 lines
36 B
Bash
|
|
#!/bin/sh
|
||
|
|
cd..
|
||
|
|
pnpm install
|
||
|
|
|
||
|
|
cd bin
|