update lockfile

This commit is contained in:
Ari Lotter 2026-04-10 00:50:39 -04:00
parent 658cd2dd4c
commit bc80848e49
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ pkgs.buildNpmPackage {
# cd into ui-tui and reinstall
cd "$REPO_ROOT/ui-tui"
rm -rf node_modules/
npm install --package-lock-only
npm install
${pkgs.lib.getExe' npm-lockfile-fix "npm-lockfile-fix"} ./package-lock.json
# compute the new hash

View file

@ -5627,4 +5627,4 @@
}
}
}
}
}