Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acid-chicken/misskeyci-docker


https://github.com/acid-chicken/misskeyci-docker

ci circleci docker misskey

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

misskeyci-docker
==

Internal project.

How to update
--

1. Remove current yarn.lock (`rm -f yarn.lock`)
2. Go into the submodule (`cd path/to/misskey`)
3. Update the submodule (`git submodule update`)
4. Create yarn.lock (`yarn install`)
5. Check vulnerabilities (`yarn audit`)
6. Fix vulnerabilities (`vim yarn.lock`)
7. Move yarn.lock to the root directory (`mv yarn.lock to/root`)
8. Go out of the submodule (`cd back/to/root`)