Files
verstak/scripts
mirivlad 39d3b82199 fix: correct frontend deps check in build script
Use 'package-lock.json -nt node_modules/.package-lock.json' to detect
when lockfile changed (e.g. after git pull). Use 'npm ci' for
deterministic install instead of 'npm install'.
2026-06-15 09:32:01 +08:00
..