This website requires JavaScript.
Explore
Help
Sign In
CringeStudios
/
sekur-chat
Watch
5
Star
0
Fork
0
You've already forked sekur-chat
forked from
CringeStudios/element-desktop
Code
Pull Requests
Actions
Activity
sekur-chat
/
scripts
/
ci
/
install-deps.sh
6 lines
54 B
Bash
Raw
Normal View
History
Unescape
Escape
Add CI scripts to install and link JS SDK This installs and links the JS SDK to access ESLint rules and their deps. These scripts are copied from the React SDK. Part of https://github.com/vector-im/riot-web/issues/13584
2020-05-11 10:33:31 +01:00
#!/bin/bash
set
-ex
Do not generate a lockfile when running in CI
2021-07-07 16:10:01 +02:00
yarn install --pure-lockfile
$@
Copy Permalink