mirror of
https://github.com/element-hq/element-desktop
synced 2025-03-13 07:48:39 +01:00
6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
yarn install --pure-lockfile $@
|