5 lines
194 B
Bash
Executable File
5 lines
194 B
Bash
Executable File
#wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
|
|
#source ~/.bashrc
|
|
/home/node/.local/share/pnpm/pnpm build
|
|
/home/node/.local/share/pnpm/pnpm start &
|