Internal project.
- Remove current yarn.lock (
rm -f yarn.lock
) - Go into the submodule (
cd path/to/misskey
) - Update the submodule (
git submodule update
) - Create yarn.lock (
yarn install
) - Check vulnerabilities (
yarn audit
) - Fix vulnerabilities (
vim yarn.lock
) - Move yarn.lock to the root directory (
mv yarn.lock to/root
) - Go out of the submodule (
cd back/to/root
)