This website requires JavaScript.
Explore
Help
Sign In
CringeStudios
/
element-desktop
Watch
5
Star
0
Fork
0
You've already forked element-desktop
mirror of
https://github.com/CringeStudios/element-desktop.git
synced
2025-01-19 07:54:59 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
290907a427
element-desktop
/
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 11:33:31 +02: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
$@
Reference in New Issue
Copy Permalink