ci: don't re-generate lockfile on prepublish

This commit is contained in:
FabianLars
2025-11-09 12:08:57 +01:00
parent 3899d456d4
commit d566679a99

View File

@@ -27,12 +27,6 @@
"dryRunCommand": true,
"pipe": true
},
{
"command": "cargo generate-lockfile",
"dryRunCommand": true,
"runFromRoot": true,
"pipe": true
},
{
"command": "cargo audit ${ process.env.CARGO_AUDIT_OPTIONS || '' }",
"dryRunCommand": true,