fix(ci): wrong prepublish scripts for @tauri-apps/api

This commit is contained in:
Lucas Nogueira
2024-08-16 23:54:55 -03:00
parent 3522fbd78e
commit 30667714c0

View File

@@ -142,7 +142,7 @@
],
"prepublish": [
{
"command": "pnpm",
"command": "pnpm i --frozen-lockfile",
"dryRunCommand": true
},
{