forked from CringeStudios/element-desktop
6 lines
38 B
Bash
6 lines
38 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
yarn install $@
|