mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-18 03:52:39 +02:00
6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
yarn install --pure-lockfile $@
|