From 7e1c7096ce1cdb9e32fcc8e2ca33e35d482fc8a2 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sun, 20 Jul 2025 12:28:11 +0200 Subject: [enh] theme/simple: package.json revision Set minor versioning for most of the packages that iterate fast or we know won't cause problems, and fixed versioning for the rest. Packages going into bundles should be placed in "dependencies". The inspection of prod bundles is necessary. Although it does not make a lot of sense right now, it will be useful in later PR and will give us a reference to start with. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 914b27510..73cfccd8a 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ MANAGE += py.build py.clean MANAGE += pyenv pyenv.install pyenv.uninstall MANAGE += format.python format.shell MANAGE += test.yamllint test.pylint test.black test.pybabel test.unit test.coverage test.robot test.rst test.clean test.themes test.pyright test.shfmt -MANAGE += themes.all themes.simple themes.fix themes.lint themes.test +MANAGE += themes.all themes.simple themes.simple.analyze themes.fix themes.lint themes.test MANAGE += static.build.commit static.build.drop static.build.restore MANAGE += nvm.install nvm.clean nvm.status nvm.nodejs MANAGE += go.env.dev go.clean -- cgit v1.2.3