mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[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.
This commit is contained in:
committed by
Markus Heiser
parent
0b913053a7
commit
7e1c7096ce
@@ -29,6 +29,15 @@ themes.simple() {
|
||||
dump_return $?
|
||||
}
|
||||
|
||||
themes.simple.analyze() {
|
||||
(
|
||||
set -e
|
||||
build_msg SIMPLE "theme: run analyze (simple)"
|
||||
vite.simple.analyze
|
||||
)
|
||||
dump_return $?
|
||||
}
|
||||
|
||||
themes.fix() {
|
||||
(
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user