summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2025-07-20 12:28:11 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-08-18 16:38:32 +0200
commit7e1c7096ce1cdb9e32fcc8e2ca33e35d482fc8a2 (patch)
treeea25d4042516f771dc42e0260c7971f153d02994 /Makefile
parent0b913053a76e83a43846e19097963f98c8519a1d (diff)
[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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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