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