mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-19 16:04:58 +01:00
92f48eced9
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 $@
|