This repository has been archived on 2024-09-09 . You can view files and clone it, but cannot push or open issues or pull requests.
b4c5dc548e
5 lines
108 B
Bash
5 lines
108 B
Bash
#!/usr/bin/env bash
|
|||
set -e
|
|||
|
|||
echo "Installing remote dependencies"
|
|||
(cd remote && rm -rf node_modules && yarn)
|