6 lines
33 B
Bash
6 lines
33 B
Bash
|
|
#!/bin/sh
|
||
|
|
cd ..
|
||
|
|
pnpm dev
|
||
|
|
|
||
|
|
cd bin
|