mirror of
https://github.com/element-hq/element-desktop.git
synced 2026-05-01 19:24:21 -04:00
6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
yarn install --pure-lockfile $@
|