mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-02-07 17:02:29 +01:00
![J. Ryan Stinnett](/assets/img/avatar_default.png)
The JS SDK was previously only here for the ESLint config, but this is now part of a separate package.
6 lines
38 B
Bash
Executable File
6 lines
38 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
yarn install $@
|