forked from CringeStudios/element-desktop

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 $@
|