mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-12 09:01:02 +02:00
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 $@
|