Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better way to update mods and bots #23

Open
Jomik opened this issue Jan 20, 2024 · 0 comments
Open

Better way to update mods and bots #23

Jomik opened this issue Jan 20, 2024 · 0 comments
Assignees

Comments

@Jomik
Copy link
Owner

Jomik commented Jan 20, 2024

Currently the way to update mods and bots is to manually enter the container and run an update. I wonder if we can make it simpler.

docker compose exec screeps sh
cd mods
npm outdated
npm install -E x@latest where x is the name of the package to upgrade.
We need to keep in mind that a specific version can exist in config.yml and also update that, if that is the case.

We might want to add something that can keep dependencies up to date in a logical fashion.

@Jomik Jomik self-assigned this Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant